You're wondering how to secure your backend application with simple token? This is how we do. Without passport/auth0/jwt/openauth etc. For now without database to avoid storing tons of fake users. Just for test purpouses.
- Express.js as server
- Bcrypt for hashing passwords
There will be link for tutorial how is it working in a future. Also everything should be explained clearly in this readme. Stay tuned.