BotSharp/Bot.WebStarter/settings.auth.json

11 lines
229 B
JSON
Raw Normal View History

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