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 links #68

Merged
merged 1 commit into from
Nov 30, 2023
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ your customers. This described in more detail in our

| Component | Responsibility | Code walkthrough |
| ------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| [oauth.js](https://github.com/checkr/oauth-reference-integration/blob/main/routes/oauth.js) | Handles OAuth and Webhooks | [walkthrough](https://checkr-oauth-integration.checkr.com/docs/routes/oauth.html) |
| [CheckrConnectLink.js](https://github.com/checkr/oauth-reference-integration/blob/main/client/src/components/account/CheckrConnectLink.js) | Link to connect account with Checkr | [walkthrough](https://checkr-oauth-integration.checkr.com/docs/client/src/components/account/CheckrConnectLink.html) |
| [oauth.js](https://github.com/checkr/oauth-reference-integration/blob/main/routes/oauth.js) | Handles OAuth and Webhooks | [walkthrough](https://checkr-oauth-integration.checkr-sandbox.com/docs/routes/oauth.html) |
| [CheckrConnectLink.js](https://github.com/checkr/oauth-reference-integration/blob/main/client/src/components/account/CheckrConnectLink.js) | Link to connect account with Checkr | [walkthrough](https://checkr-oauth-integration.checkr-sandbox.com/docs/client/src/components/account/CheckrConnectLink.html) |

```mermaid
sequenceDiagram
Expand Down Expand Up @@ -91,12 +91,12 @@ order background checks and view results. Read more about it

| Component | Responsibility | Code walkthrough | Diagram |
| --------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| [embeds-session-tokens.js](https://github.com/checkr/oauth-reference-integration/blob/main/routes/embeds-session-tokens.js) | Handles requesting a Session token from Checkr | [walkthrough](https://checkr-oauth-integration.checkr.com/docs/routes/embeds-session-tokens.html) | [diagram](https://docs.checkr.com/embeds/#section/Getting-Started/Add-authentication) |
| [embeds-session-tokens.js](https://github.com/checkr/oauth-reference-integration/blob/main/routes/embeds-session-tokens.js) | Handles requesting a Session token from Checkr | [walkthrough](https://checkr-oauth-integration.checkr-sandbox.com/docs/routes/embeds-session-tokens.html) | [diagram](https://docs.checkr.com/embeds/#section/Getting-Started/Add-authentication) |

## Live sandbox

An instance of this application is hosted at
[checkr-oauth-integration.checkr.com](https://checkr-oauth-integration.checkr.com).
[checkr-oauth-integration.checkr-sandbox.com](https://checkr-oauth-integration.checkr-sandbox.com/).
It is connected to a demo staging Checkr account which does not run real
background checks.

Expand Down
Loading