Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 234 Bytes

File metadata and controls

3 lines (3 loc) · 234 Bytes

node-api-token-auth

A simple api written in node.js with token based authentication. Code for CRUD is in repository.ts. This project uses google-firestore. It basically just stores objects with a hashed password, username and id.