Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/microsoftarchive/botauth

Authentication middleware for the botframework
https://github.com/microsoftarchive/botauth

authentication-middleware bot bot-framework botbuilder-framework botbuilder-sdk oauth2

Last synced: 2 months ago
JSON representation

Authentication middleware for the botframework

Awesome Lists containing this project

README

        

# BotAuth

botauth is now deprecated in favor of using the built-in OAuth capabilities of the Bot Framework.
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-tutorial-authentication

BotAuth is a set of libraries for .NET and Node that simplifies the process of performing OAuth and establishing an identity in a project built with the Bot Framework and BotBuilder packages. Please use the links below for documentation on BotAuth specific to .NET or Node

* [CSharp](../../tree/master/CSharp)
* [Node](../..//tree/master/Node)