From 831d15c1542ca7655749bf716837993987907960 Mon Sep 17 00:00:00 2001 From: pnzrp2 Date: Wed, 9 Oct 2024 13:40:46 -0600 Subject: [PATCH 1/2] update readme --- frameworks/reactjs/oidc-spa/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frameworks/reactjs/oidc-spa/README.md b/frameworks/reactjs/oidc-spa/README.md index fb0012c..d909b9e 100644 --- a/frameworks/reactjs/oidc-spa/README.md +++ b/frameworks/reactjs/oidc-spa/README.md @@ -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 From 31e2c8c22a1683c2cbc1c8fd7033f8bc258be81b Mon Sep 17 00:00:00 2001 From: pnzrp2 Date: Wed, 9 Oct 2024 13:51:07 -0600 Subject: [PATCH 2/2] update project id --- .github/workflows/react-oidcspa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react-oidcspa.yml b/.github/workflows/react-oidcspa.yml index ab2d95b..d21a5ec 100644 --- a/.github/workflows/react-oidcspa.yml +++ b/.github/workflows/react-oidcspa.yml @@ -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: