Skip to content

A minimal implementation of a custom user verifier in Python and Flask

Notifications You must be signed in to change notification settings

ArcadeAI/simple-verifier-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple User verifier

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

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"

Run the verifier server

Ensure your uv environment has all the dependencies

uv sync

run the server

flask --app main run -p 3000

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

Test the verifier with the test script

uv run test-verifier.py

About

A minimal implementation of a custom user verifier in Python and Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages