matrixoidc/JUSTFILE
2025-06-18 14:16:00 -04:00

8 lines
No EOL
268 B
Makefile

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