Some fixes

This commit is contained in:
Henry Hiles 2025-07-22 14:15:13 -04:00
commit 43f59851b8
No known key found for this signature in database
4 changed files with 21 additions and 11 deletions

View file

@ -5,4 +5,4 @@ build:
dart run build_runner build
test:
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
oauth2c http://localhost:8080 --client-id yourclientid --scopes openid --grant-type authorization_code --auth-method none --response-mode query