mateussmohamed / passwordless

Home Page:https://password-less.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passwordless

Author Languages Stars Forks Contributors

๐Ÿ“Œ Table of Contents

โ“ Why?

An example using the passwordless approach with Next-Auth and Next.js to explore another type of the authentication flow

๐Ÿš€ Features

  • Marketing Pages
    • Home
    • About
    • Pricing
  • Auth Pages
    • Login with Github
    • Login with Credentials(email, password)
    • Register Page
  • App Pages
    • Dashboard
    • Team
    • Projects
    • Calendar
    • Reports
    • Profile Page
      • Update name

๐Ÿ‘ท Installation

You need to install Node.js and pnpm first, then in order to clone the project via HTTPS, run this command:

git clone https://github.com/mateussmohamed/passwordless.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:

git clone git@github.com:mateussmohamed/passwordless.git

Install dependencies

npm install

or

pnpm install

Create your environment variables based on the examples of .env.example

cp .env.example .env

After copying the examples, make sure to fill the variables with new values.

๐Ÿ“ฎ Faq

Question: What are the technologies used in this project?

Answer:

๐Ÿ› Issues

Feel free to file a new issue with a respective title and description on the the passwordless repository. If you already found a solution to your problem, i would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.

๐ŸŽ‰ Contributing

Check out the contributing page to see the best places to file issues, start discussions and begin contributing.

๐Ÿ“• License

Released in 2021. This project is under the MIT license.

Made with love by Mateus Santana ๐Ÿ–ค๐Ÿš€

About

https://password-less.vercel.app

License:MIT License


Languages

Language:TypeScript 97.1%Language:JavaScript 2.8%Language:CSS 0.1%