authly
authly copied to clipboard
OAuth2 Provider Library - Authly is an OAuth2 Library for creating Authorization Servers that follows OAuth2 authorization mechanisms.
**Is your feature request related to a problem? Please describe.** As someone new to oauth implementations, I am interested in adding a Google sign in widget to my crystal web-app....
**Is your feature request related to a problem?** A grant type called Device Code Grant is missing **Describe the solution you'd like** The Device Code grant type is used by...
When an OAuth 2.0 client makes a request to the resource server, the resource server needs some way to verify the access token. The OAuth 2.0 core spec doesn’t define...