An example application demonstrating how Magic Link, SSO, and Admin Portal works with WorkOS.
Clone this repo and install dependencies:
git clone https://github.com/workos/workos-explore.git && cd workos-explore && npm install- Grab your API Key.
- Create the
.envfile. - Replace the
$YOUR_API_KEYvalue.
WORKOS_API_KEY=$YOUR_API_KEY
WORKOS_CLIENT_ID=$YOUR_CLIENT_IDnpm run devFor more information, see the WorkOS documentation.