Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme for oidc spa #12

Merged
merged 2 commits into from
Oct 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/react-oidcspa.yml
Original file line number Diff line number Diff line change
@@ -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:
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