initial commit
This commit is contained in:
commit
217621daac
21 changed files with 1401 additions and 0 deletions
8
JUSTFILE
Normal file
8
JUSTFILE
Normal file
|
@ -0,0 +1,8 @@
|
|||
watch:
|
||||
dart run build_runner watch
|
||||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue