microsoftarchive/botauth

Using Bot Framework State Service?

muebele opened this issue · 2 comments

Is this project using the Bot Framework State Service? Looking at the code, it seems like the AuthDialog and CallbackController are using it to pass back and forth the authentication values. Since the State Service is now deprecated, won't that cause problem using this code in production? Or am I mistaken?

They are not using the default state service, but using https://github.com/Microsoft/BotBuilder-Azure

Got it, thanks.