Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vineetkumarkushwaha/user-authentication
Description JWT token and persistence session based authentication with mongodb
https://github.com/vineetkumarkushwaha/user-authentication
Last synced: about 2 months ago
JSON representation
Description JWT token and persistence session based authentication with mongodb
- Host: GitHub
- URL: https://github.com/vineetkumarkushwaha/user-authentication
- Owner: VineetKumarKushwaha
- Created: 2020-05-29T23:55:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:40:06.000Z (about 2 years ago)
- Last Synced: 2023-03-03T03:57:31.747Z (almost 2 years ago)
- Language: TypeScript
- Size: 547 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Persistent Session and JWT token based User Authentication
```
- Typescript
- JWT token
- Persistence Session Id
- Mongo DB
```
Note:- This repository is only for trying out the things so do not try both JWT token with persistent session together on production.In memory is also required if we use persistent session(Reddis/Memcached)