Skip to content

Commit

Permalink
Merge branch 'main' of github.com:pangeacyber/pangea-example-react-oa…
Browse files Browse the repository at this point in the history
…uthn
  • Loading branch information
ggallien13 committed Oct 8, 2024
2 parents 2c16bbb + 226b860 commit 322b223
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ Navigate to `AuthN > OAuth Server`.
> [!IMPORTANT]
> If the app is running on a different host or port number, the `Allowed Redirect URL` will need to be updated to match your setup.
Copy and note the `Client ID` for the OAuth Client created above. This is the CLIENT_ID used below. Copy the the `Metadata Endpoint` from the OAuth Server Configuration Details. This is the METADATA_URL used below.
Copy and note the `Client ID` for the OAuth Client created above. This is the CLIENT_ID used below.

Copy the the `Metadata Endpoint` from the OAuth Server Configuration Details. This is the METADATA_URL used below.


### Configure environment variables
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>pangeacyber/.github:renovate-config"
]
}

0 comments on commit 322b223

Please sign in to comment.