An open API service indexing awesome lists of open source software.

https://github.com/strixrox/token-authentication

Basic Token-Authentication system made using Node, Express and TypeScript
https://github.com/strixrox/token-authentication

authentication express node typescript

Last synced: about 2 months ago
JSON representation

Basic Token-Authentication system made using Node, Express and TypeScript

Awesome Lists containing this project

README

          

# Token-Based Authentication
Full-stack MERN app with Token-Based authentication

> **NOTE**: This project has two parts, the backend `API` and the user-facing `Client`. The `api` and `client` branches contain the code for each of them, respectively.