Skip to content

With Express and MongoDB, you can enable users to securely log in to your application without having to store any passwords on the server. You can also use authentication tokens to verify that requests are coming from authorized sources.

License

dedeard/authentication-with-express-and-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication with Express and MongoDB

This is a simple authentication developed using node with typescript

Requirements

Node.js, MongoDB

Getting Started

Run the app locally

change the .env.example name to .env

  • yarn install
  • yarn build - This will compile the typescript code.
  • yarn start - This will start the application.
  • yarn dev - This will start the application in development mode

About

With Express and MongoDB, you can enable users to securely log in to your application without having to store any passwords on the server. You can also use authentication tokens to verify that requests are coming from authorized sources.

Topics

Resources

License

Stars

Watchers

Forks