Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattdot/botauth
Authentication middleware for the botframework
https://github.com/mattdot/botauth
authentication-middleware bot bot-framework botbuilder-framework botbuilder-sdk oauth2
Last synced: about 1 month ago
JSON representation
Authentication middleware for the botframework
- Host: GitHub
- URL: https://github.com/mattdot/botauth
- Owner: microsoftarchive
- License: mit
- Archived: true
- Created: 2016-09-21T20:10:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T19:21:39.000Z (over 6 years ago)
- Last Synced: 2024-12-08T00:03:33.613Z (about 1 month ago)
- Topics: authentication-middleware, bot, bot-framework, botbuilder-framework, botbuilder-sdk, oauth2
- Language: C#
- Homepage:
- Size: 357 KB
- Stars: 73
- Watchers: 13
- Forks: 78
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-botframework - BotAuth - botauth is authentication middleware for bots built using the botframework and nodejs (Integrations / Authentication)
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-authenticationBotAuth 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)