A API template for authentication with Express / Passport / Mongo
Routes for SignUp / Login / Loggedin / Logout
git clone https://github.com/dvidotti/Auth-API.git
npm install
- Check .env for the datase source and PORT
- Need an App in React to work with this API template, go to React Template
Authentication API has been designed to make the beggining of the development process easier and faster.
You can improve it by sending pull requests to this repository.
React-Auth-ProtectedRoute is MIT licensed.