Home - loum/jwt-auth GitHub Wiki
-
Getting Started will show you how to prepare the
jwt-auth
environment. -
JWT Primer covers the basics of JWTs.
-
Obtain a Token Via POST will generate a symmetrically signed (shared password) JWT that can be used to access a protected URL
-
Accessing Protected URLs demonstrates how to access an authentication-protected URL
-
Azure AD Authentication will grant you a JWT from a typical identity management service (Azure AD). This scenario also demonstrates asymmetrically signed (public/private key encryption) JWTs