https://github.com/zeddnyx/next-auth
Example of how next auth implementing
https://github.com/zeddnyx/next-auth
next-auth nextjs14
Last synced: 4 months ago
JSON representation
Example of how next auth implementing
- Host: GitHub
- URL: https://github.com/zeddnyx/next-auth
- Owner: Zeddnyx
- Created: 2024-08-03T14:13:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T13:12:09.000Z (9 months ago)
- Last Synced: 2024-11-23T23:52:47.652Z (6 months ago)
- Topics: next-auth, nextjs14
- Language: TypeScript
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Next auth
# Note
if u wanna clone this add a `.env` file then following this code below
```
NEXT_PUBLIC_URL_API=
NEXT_PUBLIC_API_KEY=NEXTAUTH_SECRET=
NEXTAUTH_URL=http://localhost:3000GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
```for generate next auth secret type `npx auth secret`