Skip to content

ArcadeAI/simple-verifier-ts

Repository files navigation

Simple User verifier

This is a basic implementation of Arcade's Custom User Verifier

Prerequisites

Instructions

Configure your Arcade project to use a custom user verifier

  1. Go to User verification on the Arcade dashboard
  2. Enable "Custom user verifier"
  3. Configure http://localhost:3000/verify on the "Custom user verifier URL" field.
  4. Click "Save setings"

Configure your environment

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 install

run the server

Run the verifier server

bun run verifier-server.ts

This will run the server in http://localhost:3000

Test the verifier with the test script

bun run test-verifier.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published