AuthBot
AuthBot copied to clipboard
Use IBotDataStore instead of IStateClient in OAuthCallbackController
The default state client is for prototyping. This modification changes OAuthCallbackController so it uses IBotDataStore.
ref: https://github.com/MicrosoftDX/AuthBot/issues/28
Can we get this merged to master and an updated nuget please? This is blocking us to use the TableBotDataStore.
@vibjain Please switch your project to using BotAuth. AuthBot uses the default state client, and will be deprecated in the future.
https://www.nuget.org/packages/BotAuth https://github.com/richdizz/BotAuth