Skip to content

Instantly share code, notes, and snippets.

@slashsbin
Last active December 2, 2018 06:51
Show Gist options
  • Save slashsbin/f9b6b6729694324767c1081881832fde to your computer and use it in GitHub Desktop.
Save slashsbin/f9b6b6729694324767c1081881832fde to your computer and use it in GitHub Desktop.

OAuth2

Title Link
RFC 6749(The OAuth 2.0 Authorization Framework) https://tools.ietf.org/html/rfc6749
RFC 6750(Bearer Token Usage) https://tools.ietf.org/html/rfc6750
RFC 6819(Threat Model and Security Considerations) https://tools.ietf.org/html/rfc6819

OAuth2 Extensions

Title Link
RFC 7519(JSON Web Token) https://tools.ietf.org/html/rfc7519
RFC 7521(Assertion Framework for Client Authentication and Authorization Grants) https://tools.ietf.org/html/rfc7521
RFC 7523(JSON Web Token (JWT) Profile for Client Authentication and Authorization Grants) https://tools.ietf.org/html/rfc7523

OpenID Connect Protocol

Title Link
HomePage https://openid.net/connect/
Specs https://openid.net/developers/specs/

CheatSheets

Title Link
Bible http://oauthbible.com/
Security http://www.oauthsecurity.com/

IdentityServer3

Title Link
HomePage https://identityserver.github.io/
Documentation https://identityserver.github.io/Documentation/
Demo Server https://demo.identityserver.io/
Discovery https://demo.identityserver.io/.well-known/openid-configuration
Releases https://github.com/IdentityServer/IdentityServer3/releases
Latest Version [[ https://github.com/IdentityServer/IdentityServer3/releases/tag/2.5.0

JWT

Title Link
JWT.IO https://jwt.io/
Online Debugger https://jwt.io/#debugger
Handbook(by Auth0) https://auth0.com/e-books/jwt-handbook

PHP

Title Link
League OAuth2 Client http://oauth2-client.thephpleague.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment