Skip to content

Commit

Permalink
fix: fronteng mdx syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Dec 22, 2024
1 parent 066256d commit 16febfb
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/pages/getting-started/providers/frontegg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,16 @@ Follow these steps:

Log into the [Frontegg portal](https://portal.frontegg.com)

Get the following from the Frontegg's portal:
Add the required environment variables to your `.env.local` file.

AUTH_FRONTEGG_ID="<Client ID>" # Environments > Your environment > Env settings
AUTH_FRONTEGG_SECRET="<API KEY>" # Environments > Your environment > Env settings
AUTH_FRONTEGG_ISSUER="<https://[YOUR_SUBDOMAIN].frontegg.com>" # Environments > Your environment > Env settings > Domains > Domain name

Add the required environment variables from above to your `.env.local` file.
```
# Environments > Your environment > Env settings
AUTH_FRONTEGG_ID="<Client ID>"
# Environments > Your environment > Env settings
AUTH_FRONTEGG_SECRET="<API KEY>"
# Environments > Your environment > Env settings > Domains > Domain name
AUTH_FRONTEGG_ISSUER="<https://[YOUR_SUBDOMAIN].frontegg.com>"
```

<Code>
<Code.Next>
Expand Down

0 comments on commit 16febfb

Please sign in to comment.