Skip to content

Commit

Permalink
Add Microsoft OAuth configuration to .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrelik committed Nov 9, 2023
1 parent 4837884 commit ab03f1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playground/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ NUXT_OAUTH_TWITCH_CLIENT_SECRET=
NUXT_OAUTH_AUTH0_CLIENT_ID=
NUXT_OAUTH_AUTH0_CLIENT_SECRET=
NUXT_OAUTH_AUTH0_DOMAIN=
# Microsoft OAuth
NUXT_OAUTH_MICROSOFT_CLIENT_ID=
NUXT_OAUTH_MICROSOFT_CLIENT_SECRET=
NUXT_OAUTH_MICROSOFT_TENANT=

0 comments on commit ab03f1d

Please sign in to comment.