Giter Club home page Giter Club logo

mern-auth's Introduction

MERN Authentication & Authorization with JWT


Authentication & Authorization
  • Provide signup option.
  • Provide login option.
  • Provide logout option.
  • Provide persist login option for 7 days.
  • Require users to login at least once a week for security.
  • Automatically log out after 15 minutes if the persistent login option is unchecked.
  • Detect abusive traffic or bot with reCAPTCHA v3.
  • Verify email is a one-time email or a fake email.
  • Activate account after email verification.
  • Use bcrypt to encrypt and protect user account passwords.
  • Securely transmitting information between parties with JWT.
  • Roles can be User or Admin.
  • Display current user and assigned role with status bar.

User Management
  • Root user has maximum privileges.
  • Only Root user and Admins can access User Settings.
  • Admin can't delete or change each other's profiles.
  • Root user and Admins able to create new users.
  • Root user and Admins can change user's name, email, password, and roles.
  • Provides a feature for searching user names to find out users details.
  • Provide a permission feature that restricts user access as soon as possible if needed (Deactivate Account).
  • Provide a way to remove user access (Delete Account).

Task Management
  • Task are assigned to specific user.
  • User can only view their assigned task.
  • Root user can view, edit, and delete all Task.
  • Task creators can view, edit, update and delete tasks.
  • Task can only be deleted by the admin or Root user who created the task.
  • Task status are either PENDING, EXPIRED or COMPLETED.
  • Status bar shows tasks creator, created, and edited date time details.
  • Admin and root users can view who has been assigned to a task via the list.

Note Management
  • Markdown support
  • Users can create, view, edit, and delete their own note.
  • Root user and Admin have permission to view, edit, and delete user notes if needed.
  • Provides search features for titles/tags searching, to view the contents of notes.
  • Tags are provided for tagging notes.

In fact, I don't know what kind of website this is. I just use it purely to learn about Authentication and Authorization. Just think it's a user management system. Features will continuously update...

mern-auth's People

Contributors

jackworld99 avatar

Watchers

 avatar

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.