Skip to content

A simple authentication system, with log in Discord, when there is an authentication.

License

Notifications You must be signed in to change notification settings

masterr115/Authentication-Application

Repository files navigation

Simple App Logo

Technologies   |    Getting started   |    Routes   |    Project   |    License



🧪 Technologies

This project was developed using the following technologies:

🚀 Getting started

Clone the project and access the folder

$ git clone https://github.com/Masterr115/Basic-Authentication-Application.git && cd Basic-Authentication-Application

Follow the steps below

# Install the dependencies
$ npm install

# Start the project
$ npm start

The application will start on port 5000

  • To register: Go to /register route and fill all values, after that, confirm your email.
  • To login: Go to /login route and fill all the values.

🔎 Routes

  • / : Index, login page (Get)

  • /register : Register Page (Get)

  • /dashboard : Dashboard page when user register or login (Get)

  • /account/logout : Route to log-out (Get)

  • /account/login : Route to login (Post)

  • /account/create : Route to create Account (Post)

💻 Project

This project is free and open source and it consists of an basic authentication application, with secure register and login, with integration with Discord.

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.


Made with 💜 by André Contiero 👋

About

A simple authentication system, with log in Discord, when there is an authentication.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published