Develop & Deploy Serverless App Lesson 5 Authentication: Handling Auth0 JWT Token
yt link
The video mentions a concept of a server-side cookie, and suggests using it to store a JWT token.
A server-side cookie is a type of cookie that is set by an HTTP server, but its value will not be available to JavaScript code running in a brow...
philipdevblog.hashnode.dev1 min read