Back to Feathers

Authentication Overview

docs/api/authentication/index.md

5.0.441.3 KB
Original Source

Authentication Overview

The @feathersjs/authentication plugins provide a collection of tools for username/password, JWT and OAuth (GitHub, Facebook etc.) authentication as well as custom authentication mechanisms.

It consists of the following core modules:

<BlockQuote type="warning">

@feathersjs/authentication is an abstraction for different authentication mechanisms. It does not handle things like user verification or password reset functionality etc. This can be implemented manually, with the help of libraries like feathers-authentication-management or a platform like Auth0.

</BlockQuote>