Develop & Deploy Serverless App Lesson 5 Authentication: Verifying JWT Token
yt link
OAuth allows to use one of the two algorithms that it can use to sign a JWT token:
Symmetric (HS256)
The same key for signing a token (by Auth0) and verifying a token (by our application)
We need to store this key and make it available to ou...
philipdevblog.hashnode.dev1 min read