https://github.com/bytangle/user-auth-microservice
An experimental but practical implementation of user authentication microservice using Node.js
https://github.com/bytangle/user-auth-microservice
Last synced: 5 months ago
JSON representation
An experimental but practical implementation of user authentication microservice using Node.js
- Host: GitHub
- URL: https://github.com/bytangle/user-auth-microservice
- Owner: bytangle
- Created: 2022-10-23T20:14:21.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-20T21:07:45.000Z (over 3 years ago)
- Last Synced: 2025-05-30T07:40:05.315Z (about 1 year ago)
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# USER Authentication Microservice
This repo contains an implementaiton of users authentication microservice using
- Passport
- Sequelize ORM
- Restify
- Mysql
- sqlite3
This implementation is for educational purposes only.