BotSharp/BotSharp.WebStarter/Settings/settings.auth.json

11 lines
253 B
JSON
Raw Normal View History

2018-03-19 02:07:36 +00:00
{
"TokenAuthentication": {
2018-04-07 17:14:12 +00:00
"SecretKey": "QEMYOjgkNEq/krV1Ouzz8w==",
"Subject": "OpenBotKit",
"Issuer": "Haiping Chen",
"Audience": "Haiping Chen",
2018-03-19 02:07:36 +00:00
"TokenPath": "/token",
"CookieName": "token",
"LoginPath": "/login"
}
}