News

This project is a Node.js-based API that implements user authentication using JSON Web Tokens (JWT). It is built with TypeScript for type safety and Prisma ORM for database management.
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON ...
In this research, we propose a new mechanism called disposable token, which is based on token authentication of RESTful API on HTTP protocol. This mechanism asks a client to store the public and ...