Skip to content

LOGIN - REGISTER - FORGOT PASSWORD - RESET PASSWORD

Notifications You must be signed in to change notification settings

GrJuan/rest-api-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest API Login JWT, TypeORM, Roles, TypeScript

Register - Login - Forgot Password - Reset Password

Compatible with all database managers,

  • Mysql
  • postgresql
  • MongoDB
  • etc

And of course Dillinger itself is open source with a public repository on GitHub.

Installation

Requires Node.js v10+ to run. Requires TypeORM v0.3.11 to run.

Install the dependencies and devDependencies and start the server.

cd rest-api-login
npm i
npm run dev

env

JWT_SECRET="R3sApp"
JWT_SECRET_RESET="R3sApp"
URL_FRONT_APP="http://localhost:3000"

Functionalities

USER

  • Get All Users
  • Get User By ID
  • Create User
  • Edit User
  • Delete User

AUTH

  • Login
  • Change Password
  • Forgot Password

License

MIT

Free Software, Hell Yeah!

About

LOGIN - REGISTER - FORGOT PASSWORD - RESET PASSWORD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published