Skip to content

Commit 1a3eb57

Browse files
authored
Merge pull request #12 from p2-inc/react/oidc-spa
update readme for oidc spa
2 parents 6d52fa5 + 31e2c8c commit 1a3eb57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/react-oidcspa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy React OIDC Spa Example
22

33
env:
44
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
5-
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_REACT_PROJECT_ID }}
5+
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_REACT_OIDCSPA_PROJECT_ID }}
66
VERCEL_TOKEN: ${{ secrets.VERCEL_DEPLOYMENT_TOKEN }}
77
on:
88
push:

frameworks/reactjs/oidc-spa/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Phase Two React Example
1+
# Phase Two React OIDC SPA Example
22

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

5-
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.
5+
All Auth related items are in [Auth.tsx]("./src/Auth.tsx"). This example leverages [oidc-spa](https://www.oidc-spa.dev/).
66

77
## Available Scripts
88

0 commit comments

Comments
 (0)