There are two main ways to let users authenticate with your api
1.
Local JWT Auth
2.
Auth0
Local JWT Auth
The local JWT Auth is a passwordless auth system that sends and email with a code that users can then use to log in. Make sure you have a Sendgrid API Key in your configs before trying to get a code.