We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/v1/auth/sign_in
/v1/auth/sign_up
/v1/auth/forgot_password
/v1/auth/change_password
The text was updated successfully, but these errors were encountered:
I'm thinking about JWT for the token system. And using email/password for authentication.
Sorry, something went wrong.
lmeireles
No branches or pull requests
Auth System
Endpoints Auth
/v1/auth/sign_in
- Login user into platform and return a JWT token./v1/auth/sign_up
- Register user into platform and return a JWT token./v1/auth/forgot_password
- Sends user an email with a recovery link (with token)./v1/auth/change_password
- Update user password with a recovery token.The text was updated successfully, but these errors were encountered: