Fix test
This commit is contained in:
parent
f076bd496f
commit
e1941308ca
1 changed files with 1 additions and 1 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/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
|
Loading…
Add table
Add a link
Reference in a new issue