This is a basic implementation of Arcade's Custom User Verifier
- A Google OAuth client connected to your Arcade project see instructions
- Go to User verification on the Arcade dashboard
- Enable "Custom user verifier"
- Configure
http://localhost:3000/verifyon the "Custom user verifier URL" field. - Click "Save setings"
Create a .env file at the root of the directory where you cloned this repository, and add your Arcade API key into it (this API key must be on the same project you configured your verifier URL)
ARCADE_API_KEY={your_arcade_api_key?Ensure your environment has all the dependencies
bun installbun run verifier-server.tsThis will run the server in http://localhost:3000
bun run test-verifier.ts