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 year 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T00:39:45.000Z (about 11 years ago)
- Last Synced: 2025-02-01T11:43:22.225Z (over 1 year 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.