Add testing

This commit is contained in:
Henry Hiles 2025-08-01 16:33:01 -04:00
commit 74a634c642
No known key found for this signature in database
3 changed files with 17 additions and 11 deletions

View file

@ -5,4 +5,4 @@ build:
dart run build_runner build
test:
oauth2c http://localhost:8080 --client-id yourclientid --scopes openid --grant-type authorization_code --auth-method none --response-mode query
curl --unix-socket ./socket http:/root -X POST -d '{"email": "foo", "username": "bar"}'