Skip to content

Commit

Permalink
fixed location of react example
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Oct 27, 2023
1 parent 572d5db commit 458fb54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/jackson/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: Examples & Resources for our Enterprise SSO product

- [Jackson with Next.js and NextAuth.js](https://github.com/boxyhq/jackson-examples/tree/main/apps/next-auth)
- [Jackson with Remix and remix-auth](https://github.com/boxyhq/jackson-remix-auth)
- [Jackson with React and client-side OAuth](https://github.com/boxyhq/jackson-examples/tree/main/apps/react)
- [Jackson with React and client-side OAuth](https://github.com/boxyhq/jackson-examples/tree/main/apps/react-example)
- [Jackson with Express.js](https://github.com/boxyhq/jackson-examples/tree/main/apps/express)
- [Jackson with Supertokens and Express.js](https://github.com/boxyhq/jackson-supertokens-express)
- [Jackson with Express.js and Auth0](https://github.com/boxyhq/express-jackson-auth0-demo)
Expand Down
2 changes: 1 addition & 1 deletion guides/jackson/frameworks/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';

This guide assumes that you have a React app and want to enable SAML Single Sign-On authentication for your enterprise customers. By the end of this guide, you'll have an app that allows you to authenticate the users using SAML Single Sign-On.

If you wish to dive straight into the source, Checkout: https://github.com/boxyhq/jackson-examples/tree/main/apps/react
If you wish to dive straight into the source, Checkout: https://github.com/boxyhq/jackson-examples/tree/main/apps/react-example

:::info
We use an express backend with the React Single Page App. The code for this can be found at https://github.com/boxyhq/jackson-examples/tree/main/apps/express-api
Expand Down

0 comments on commit 458fb54

Please sign in to comment.