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
- Host: GitHub
- URL: https://github.com/workos/workos-explore
- Owner: workos
- License: mit
- Created: 2021-07-13T23:15:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T14:41:54.000Z (over 2 years ago)
- Last Synced: 2025-04-02T20:50:19.523Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://explore.workos.com
- Size: 590 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).