WorkOS.Assessment.mov
-
Clone the repo
git clone https://github.com/your-username/your-repo.git cd your-repo -
Create an
.envfile in the root directory with your WorkOS credentials:WORKOS_API_KEY=your-workos-api-key WORKOS_CLIENT_ID=your-workos-client-id -
Install dependencies and start the app
npm install npm start
-
Using the App
- Click the Google OAuth button to sign in.
- After signing in, you’ll land on the main welcome page.
- Click the "Directory List" button to view synced users from your WorkOS Directory Sync.
- Use the Back button to return to the welcome page.