Skip to content

Commit

Permalink
Merge pull request #12 from p2-inc/react/oidc-spa
Browse files Browse the repository at this point in the history
update readme for oidc spa
  • Loading branch information
pnzrr authored Oct 9, 2024
2 parents 6d52fa5 + 31e2c8c commit 1a3eb57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/react-oidcspa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy React OIDC Spa Example

env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_REACT_PROJECT_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_REACT_OIDCSPA_PROJECT_ID }}
VERCEL_TOKEN: ${{ secrets.VERCEL_DEPLOYMENT_TOKEN }}
on:
push:
Expand Down
6 changes: 3 additions & 3 deletions frameworks/reactjs/oidc-spa/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Phase Two React Example
# Phase Two React OIDC SPA Example

[🚀 View Deployed Sample](https://phasetwo-react-example.vercel.app/)
🚀 [View Deployed Sample](https://phasetwo-react-oidcspa-example.vercel.app/)

All Auth related items are in [Auth.tsx]("./src/Auth.tsx"). This example leverages [react-oidc-context](https://github.com/authts/react-oidc-context/tree/f175dcba6ab09871b027d6a2f2224a17712b67c5) (which uses [oidc-client-ts](https://github.com/authts/oidc-client-ts)) to provide hook and HOC support.
All Auth related items are in [Auth.tsx]("./src/Auth.tsx"). This example leverages [oidc-spa](https://www.oidc-spa.dev/).

## Available Scripts

Expand Down

0 comments on commit 1a3eb57

Please sign in to comment.