Auth

REM uses two types of authentication.

  • Traditional web2 authentication with credentials:
    • username or email
    • password
  • Web3 authentication using wallet signature to verify user.

Both authentication types will finish by giving to you a jwt. The difference is the way that server verifies that you are who you say you are.

Token duration

Those tokens are valid 6 hours. If you want permanent tokens check api-tokens.

Auth methods