Your task is to implement Authentication and Authorization with JWT (Access and Refresh tokens)
- User can signup new account with personal login & password
β User can login with personal login & password, server returns response with Access token and Refresh token (Refresh token is in advanced scope). - Refresh token helps to get new pair Access/Refresh tokens (optional) β User now should use valid Access token to access resources β When the Access token is expired, user can't use it anymore