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

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

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, Mongoose

Documenation: Coming soon...