https://github.com/seamapi/brivo-auth-sandbox
https://github.com/seamapi/brivo-auth-sandbox
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/seamapi/brivo-auth-sandbox
- Owner: seamapi
- Created: 2023-04-23T04:45:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T04:40:58.000Z (6 months ago)
- Last Synced: 2025-03-19T09:42:55.504Z (3 months ago)
- Language: TypeScript
- Size: 340 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
See `src/pages/index.tsx` for the main page, and see `src/pages/api/initiate-brivo-oauth.ts` for the Brivo OAuth request.