You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2019. It is now read-only.
We need to setup a middleware to protect our private endpoints. We are using auth0 to handle authentication.
We need to make sure our endpoints are not accessible if a JWT is not provided or invalid. If the token is valid, then we need to return the private data
The text was updated successfully, but these errors were encountered:
Description
We need to setup a middleware to protect our private endpoints. We are using auth0 to handle authentication.
We need to make sure our endpoints are not accessible if a JWT is not provided or invalid. If the token is valid, then we need to return the private data
The text was updated successfully, but these errors were encountered: