Authentication
We use 2 libraries to handle user authentication **[@feathersjs/authentication](https://github.com/feathersjs/authentication) ** Feathers local, token, and OAuth authentication over REST and Websockets using JSON Web Tokens (JWT) with PassportJS.
**[feathers-authentication-management](https://github.com/feathers-plus/feathers-authentication-management) **Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication
How to Create a new user?
How to Login?
How To disable the verify email service?
set false at verifyEmail.enable in the config file
How to customize the verify and the reset view?
replace this html files in your public folder
authentication-management end points
Please read this document https://github.com/feathers-plus/feathers-authentication-management/blob/master/docs.md****
1. Resend Verify Signup
2. Check Unique
3. Verify Signup Long
4. Password Change
5. Send Reset Pwd
Last updated