Skip to content

mateussmohamed/passwordless

Repository files navigation

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 🖤🚀