namar0x0309 / emailtoken

Email token microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status

Build Status

Description:


Simple token provider. You can specify a size

Usage:


Install dependencies:

npm install

Launch Server:

npm start

Client Access (Browser):

http://127.0.0.1:3000/token
http://127.0.0.1:3000/token?size=3
http://127.0.0.1:3000/token?size=64
http://127.0.0.1:3000/token?size=128

Test:

npm test

Depends On:


http, url, connect - for server and routing

crypto - secure random hashing

TODO:


  • Test Out dockerfile

About

Email token microservice


Languages

Language:JavaScript 100.0%