This repository is not active
WittCode/express-refresh-and-access-token-authentication
Learn how to use refresh tokens and access tokens to add authentication and authorization to an Express app. We will use the libraries jsonwebtoken and cookie-parser and will also go over the security benefits of refresh and access tokens.
TypeScript