An open API service indexing awesome lists of open source software.

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

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`