Coder Social home page Coder Social logo

login_authorisation_backend's Introduction

Files you need to create

Create a .env and ensure that the .env file is in .gitignore.

{
  JWT_SECRET_KEY=<Generate your own>
}

Getting started

To start server

npm start

To start server in development mode

npm run start:dev

To run the tests

npm test

To build the app

npm run build

login_authorisation_backend's People

Contributors

nahsiloh avatar

Watchers

 avatar

login_authorisation_backend's Issues

Features to include

  • The user can sign up as a new user. They are expected to see an email in their inbox.
  • The user can click the link in the email to verify the account.
  • The user can log in only after their email address is verified.
  • The user cannot create another account with the same email from an existing account.
  • A hacker if committing Man-in-the-middle attacks cannot know the plain-text password.
  • The database owner (You) cannot store plaintext password or SHA256-hashed password in your DB.
  • Fields in the input object must be checked if they are required and if they have the right data types.
  • Full installation instruction must be available via readme.md. Indorse validators need to read these to run and test your code.
  • Test coverage is ideal

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.