Skip to content

Auth #6

Description

@lmeireles

Auth System

  • Apply password encryption.
  • Define the custom information encrypted in the JWT tokens.
  • Apply JWT for user tokens.

Endpoints Auth

  • POST /v1/auth/sign_in - Login user into platform and return a JWT token.
  • POST /v1/auth/sign_up - Register user into platform and return a JWT token.
  • POST /v1/auth/forgot_password - Sends user an email with a recovery link (with token).
  • POST /v1/auth/change_password - Update user password with a recovery token.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions