Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/echobind/next-auth-example
Codebase for my 3-part series on next-auth. See README for url to the articles.
https://github.com/echobind/next-auth-example
jamstack javascript next-auth nextjs series
Last synced: 9 days ago
JSON representation
Codebase for my 3-part series on next-auth. See README for url to the articles.
- Host: GitHub
- URL: https://github.com/echobind/next-auth-example
- Owner: echobind
- Created: 2021-01-02T22:28:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T18:50:51.000Z (over 3 years ago)
- Last Synced: 2024-12-24T09:10:12.812Z (16 days ago)
- Topics: jamstack, javascript, next-auth, nextjs, series
- Language: CSS
- Homepage: https://next-auth-example-1.vercel.app/
- Size: 320 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![NextAuth.js Logo](https://github.com/echobind/next-auth-example/blob/main/next-auth-logo.png)
## One-Click Signup in Next.js With next-auth | Part 1 of a next-auth series
This is the example repo for the blog post, [One-Click Signup in Next.js With next-auth](https://blog.echobind.com/one-click-signup-in-next-js-with-next-auth-587d7d44496c) by [Mike Cavaliere](https://medium.com/@mikecavaliere) of [Echobind](https://echobind.com/).
The blog post is part one of a multi-part series on [next-auth](https://next-auth.js.org/)
Interactive demo is [here on Vercel](https://next-auth-example-1.vercel.app/).
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
To start the app, run `yarn` then `yarn dev`.