REST API - JWT AuthenticationJanuary 15, 2023#node#express#ts#mongo#jwtA simple way to implement JWT authentication in a REST API written in Express and TypeScript. Creating a secure authentication system with refresh tokens.
Express + TypeScript - MongoDB ConfigurationDecember 27, 2022#node#express#ts#mongoThe next stage of working with Express and TypeScript. This time focusing on connecting and adapting MongoDB in the application.