How JWT Works
Learn more about JWT and how it might differ from authentication methods you've used, previously. (This guide is a work in progress.)
What's new in [email protected]
The new feathers-authentication
introduces a lot of changes. See what's new.
Migrating to [email protected]
See what needs to change to upgrade your existing Feathers application from [email protected]
.
Auth Recipe: Customize the JWT Payload
You can customize the JWT payload. Learn important security implications before you decide to do it.
Auth Recipe: Customize the Login Response
Learn how you can customize the response after a user has attempted to login.
Auth Recipe: Create Endpoints with Mixed Auth
Learn how to setup an endpoint so that it handles unauthenticated and authenticated users with different responses for each.
Auth Recipe: Basic OAuth
Learn how OAuth (Facebook, Google, GitHub) login works, and how you can use it in your application.