Add testing
This commit is contained in:
parent
eca414cad9
commit
74a634c642
3 changed files with 17 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 --scopes openid --grant-type authorization_code --auth-method none --response-mode query
|
||||
curl --unix-socket ./socket http:/root -X POST -d '{"email": "foo", "username": "bar"}'
|
Loading…
Add table
Add a link
Reference in a new issue