Explore Authlete OAuth recipes in a guided experience. Browse organizations, complete initial onboarding and execute recipe. Run each step with the built-in code runner.
- Install dependencies:
npm install - Configure Authlete access (recommended):
AUTHLETE_BEARER=<token>and optionallyAUTHLETE_BASE_URL=<url>in your env; placeholder data loads without them. - Start the dev server:
npm run devthen visithttp://localhost:3000and pick an organization to enter its dashboard.
- Run the Vitest suite:
npm test - Watch mode:
npm run test:watch - Coverage:
npm run test:coverage - Lint (optional):
npm run lint