AuthBot icon indicating copy to clipboard operation
AuthBot copied to clipboard

Use IBotDataStore instead of IStateClient in OAuthCallbackController

Open EricDahlvang opened this issue 8 years ago • 2 comments

The default state client is for prototyping. This modification changes OAuthCallbackController so it uses IBotDataStore.

ref: https://github.com/MicrosoftDX/AuthBot/issues/28

EricDahlvang avatar Sep 01 '17 23:09 EricDahlvang

Can we get this merged to master and an updated nuget please? This is blocking us to use the TableBotDataStore.

vibjain avatar Dec 14 '17 08:12 vibjain

@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

EricDahlvang avatar Dec 14 '17 17:12 EricDahlvang