Skip to content

Commit

Permalink
Merge pull request #68 from checkr/update-link-again
Browse files Browse the repository at this point in the history
update links
  • Loading branch information
solon-aguiar authored Nov 30, 2023
2 parents db69b44 + 979b4a9 commit d6367a5
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit d6367a5

Please sign in to comment.