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
- Host: GitHub
- URL: https://github.com/strixrox/token-authentication
- Owner: StrixROX
- Created: 2024-12-04T14:00:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T05:23:13.000Z (over 1 year ago)
- Last Synced: 2025-03-28T21:18:07.997Z (about 1 year ago)
- Topics: authentication, express, node, typescript
- Homepage:
- Size: 151 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.