https://github.com/rezameerr/authtoken-usermanagement-restful-webapi
Authentication token from scratch without using any third-party auth service providers and a basic user management RESTful web api, e.g. insert, update, sending verification code, etc., Node.js, Express, MongoDB, Mongoose
https://github.com/rezameerr/authtoken-usermanagement-restful-webapi
aes-256 auth authentication authtoken express hmac mongodb mongoose nodejs sha512 token user-management webapi
Last synced: about 2 months ago
JSON representation
Authentication token from scratch without using any third-party auth service providers and a basic user management RESTful web api, e.g. insert, update, sending verification code, etc., Node.js, Express, MongoDB, Mongoose
- Host: GitHub
- URL: https://github.com/rezameerr/authtoken-usermanagement-restful-webapi
- Owner: rezameerr
- License: mit
- Created: 2024-09-06T11:19:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T14:08:26.000Z (9 months ago)
- Last Synced: 2025-02-01T12:26:18.437Z (4 months ago)
- Topics: aes-256, auth, authentication, authtoken, express, hmac, mongodb, mongoose, nodejs, sha512, token, user-management, webapi
- Language: JavaScript
- Homepage: https://rezameerr.com
- Size: 240 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# AuthToken-UserManagement RESTful Web API
# AuthToken and Basic User Management RESTful Web API using Node.js + Express + MongoDB + Mongoose
Authentication token from scratch without using any third-party auth service providers and a basic user management RESTful web api, e.g. insert, update, sending verification code, etc., Node.js, Express, MongoDB, MongooseDocumenation: Coming soon...