An open API service indexing awesome lists of open source software.

https://github.com/workos/workos-explore

An example application demonstrating how Magic Link, SSO, and Admin Portal works with WorkOS
https://github.com/workos/workos-explore

Last synced: about 1 year ago
JSON representation

An example application demonstrating how Magic Link, SSO, and Admin Portal works with WorkOS

Awesome Lists containing this project

README

          

# workos-explore

An example application demonstrating how Magic Link, SSO, and Admin Portal works with WorkOS.

## Clone and Install

Clone this repo and install dependencies:

```sh
git clone https://github.com/workos-inc/workos-explore.git && cd workos-explore && npm install
```

## Configure your environment

1. Grab your [API Key](https://dashboard.workos.com/api-keys).
2. Create the `.env` file.
3. Replace the `$YOUR_API_KEY` value.

```sh
WORKOS_API_KEY=$YOUR_API_KEY
WORKOS_CLIENT_ID=$YOUR_CLIENT_ID
```

## Run the server locally

```sh
npm run dev
```

For more information, see the [WorkOS documentation](https://workos.com/docs).