Skip to content

Commit

Permalink
Updated readme to reflect next-auth needs
Browse files Browse the repository at this point in the history
  • Loading branch information
MocicaRazvan committed Jan 16, 2024
1 parent dfe6fcc commit c0c2fbe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ To check for code issues using [ESLint](https://eslint.org/), run:
```bash
npm run lint
```

To be able to run the authentication flow in the application, using [Next-Auth](https://next-auth.js.org/) and [Entra Id (Azure Active Directory Proivder)](https://next-auth.js.org/providers/azure-ad) , create and `.env.local` file and add these 5 keys:

1. `NEXTAUTH_SECRET`
2. `NEXTAUTH_URL`
3. `AZURE_AD_CLIENT_ID`
4. `AZURE_AD_CLIENT_SECRET`
5. `AZURE_AD_TENANT_ID`

0 comments on commit c0c2fbe

Please sign in to comment.