Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technicallyjosh/auth-server
Template for an auth server built on OWIN with OAuth and JWT in C#
https://github.com/technicallyjosh/auth-server
Last synced: about 1 month ago
JSON representation
Template for an auth server built on OWIN with OAuth and JWT in C#
- Host: GitHub
- URL: https://github.com/technicallyjosh/auth-server
- Owner: technicallyjosh
- Created: 2015-04-12T02:58:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T00:39:45.000Z (over 9 years ago)
- Last Synced: 2023-02-26T18:56:20.303Z (almost 2 years ago)
- Language: C#
- Homepage:
- Size: 602 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auth-Server
Template for an auth server built on OWIN with OAuth and JWT in C#This is an example repo used as a base to build an auth server using OAuth 2 and JWT as a decoupled service.