Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manjunathg88/oauth-token-generator
OAuthTokenGenerator library contains utility methods to create and validate OAuth tokens
https://github.com/manjunathg88/oauth-token-generator
csharp-core dot-net dot-net-core dotnet-core http-client http-client-helper httpclientfactory oauth-dot-net oauth-dotnet oauth-helper oauth-provider oauth2 oauth2-authentication oauth2-client oauth2-proxy
Last synced: 26 days ago
JSON representation
OAuthTokenGenerator library contains utility methods to create and validate OAuth tokens
- Host: GitHub
- URL: https://github.com/manjunathg88/oauth-token-generator
- Owner: manjunathg88
- Created: 2024-01-11T18:19:14.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-11T21:19:48.000Z (10 months ago)
- Last Synced: 2024-09-29T22:24:05.669Z (about 1 month ago)
- Topics: csharp-core, dot-net, dot-net-core, dotnet-core, http-client, http-client-helper, httpclientfactory, oauth-dot-net, oauth-dotnet, oauth-helper, oauth-provider, oauth2, oauth2-authentication, oauth2-client, oauth2-proxy
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About
OAuthTokenGenerator library contains utility methods to create and validate OAuth tokensThis solution has 2 projects
#OAuthTokenGenerator - .Net Class Library Contains the typed OAuthTokenGenerator library.
#OAuthTestConsoleApp - Console App project which makes use of OAuthTokenGenerator library to generate OAuth tokens.