In this article, you'll learn how to implement stateless authentication in Deno using JSON Web Tokens. As we all know, JSON Web Tokens can only be invalidated when they expire, so we'll include a persistent storage like Redis to serve as an extra layer of security.
docker redis mongodb docker-compose redis-server redis-client api-rest oak restful-api mongodb-database access-token refresh-token deno access-tokens denojs deno-jwt refresh-access-token
- Updated
Dec 31, 2022 - TypeScript