https://github.com/jee-vim/next-auth
Example of how next auth implementing
https://github.com/jee-vim/next-auth
next-auth nextjs14
Last synced: 10 months ago
JSON representation
Example of how next auth implementing
- Host: GitHub
- URL: https://github.com/jee-vim/next-auth
- Owner: Jee-vim
- Created: 2024-08-03T14:13:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T03:51:37.000Z (11 months ago)
- Last Synced: 2025-03-06T03:43:21.233Z (10 months ago)
- Topics: next-auth, nextjs14
- Language: TypeScript
- Homepage:
- Size: 57.6 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:3000
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
```
for generate next auth secret type `npx auth secret`