Authentication Token

Learn how to generate a token that will verify and be unique to each user.

After we log in, we’ll get a token from the API. This will be the authentication token and will be sent for every subsequent request.

On the backend, we’ll check the token, and retrieve the corresponding user. If the user is not valid, we’ll throw an exception.

Get hands-on with 1200+ tech skills courses.