Some fixes
This commit is contained in:
parent
afc555e66e
commit
43f59851b8
4 changed files with 21 additions and 11 deletions
2
JUSTFILE
2
JUSTFILE
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue