periodicjs.ext.reactadmin
Version:
An authentication extension for periodicjs that uses passport to authenticate user sessions.
82 lines • 2.04 kB
JSON
{
"name":"Admin Panel",
"basename": "http://localhost:8786",
"adminPath":"/r-admin",
"routerHistory":"browserHistory",
"hot_reload": false,
"includeCoreData": {
"manifest": true,
"navigation": true
},
"allHistoryOptions":"browserHistory|hashHistory|createMemoryHistory",
"application":{
"environment":"development",
"use_offline_cache":false
},
"ui":{
"initialization":{
"show_header":false,
"show_footer":false,
"show_sidebar_overlay":true,
"refresh_manifests":true,
"refresh_navigation":true,
"refresh_components":true
},
"notifications":{
"error_timeout":10000,
"timed_timeout":10000,
"hide_login_notification": false,
"supressResourceErrors":false
},
"fixedSidebar":true,
"sidebarBG":"#ffffff",
"header":{
"isBold":true,
"color":"isBlack",
"buttonColor":"isWhite",
"useGlobalSearch":false,
"useHeaderLogout":false,
"customButton":false,
"navLabelStyle":{},
"containerStyle":{},
"userNameStyle":{}
},
"footer":{
"navStyle":{}
},
"sidebar":{
"containerStyle":{},
"use_floating_nav":false
}
},
"auth":{
"logged_in_homepage":"/r-admin/dashboard",
"logged_out_path":"/login"
},
"login":{
"url":"http://localhost:8786/api/jwt/token",
"devurl":"http://localhost:8786/api/jwt/token",
"options":{
"method":"POST",
"headers":{
"Accept":"application/json",
"clientid":"fbff80bd23de5b1699cb595167370a1a",
"entitytype":"account"
}
}
},
"userprofile":{
"url":"http://localhost:8786/api/jwt/profile",
"devurl":"http://localhost:8786/api/jwt/profile",
"options":{
"method":"POST",
"headers":{
"Accept":"application/json",
"Content-Type":"application/json",
"clientid":"fbff80bd23de5b1699cb595167370a1a",
"clientid_default":"clientIDNEEDED",
"entitytype":"account"
}
}
}
}