This commit is contained in:
Henry Hiles 2025-06-20 14:12:47 -04:00
commit e1941308ca
No known key found for this signature in database

View file

@ -5,4 +5,4 @@ build:
dart run build_runner build
test:
oauth2c http://localhost:8080 --client-id yourclientid --redirect-url http://localhost/callback --scopes openid --grant-type authorization_code --auth-method none --response-mode query
oauth2c http://localhost:8080 --client-id yourclientid --redirect-url http://localhost:8081/callback --scopes openid --grant-type authorization_code --auth-method none --response-mode query