Basic but complete authentication flow
This commit is contained in:
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ down:
|
||||
|
||||
create-client:
|
||||
docker-compose exec hydra \
|
||||
sh -c 'HYDRA_URL=http://localhost:4445 hydra clients create -c http://localhost:3000/test/oauth2/callback'
|
||||
sh -c 'HYDRA_URL=http://localhost:4445 hydra clients create -c http://localhost:3002/oauth2/callback'
|
||||
|
||||
list-clients:
|
||||
docker-compose exec hydra \
|
||||
|
Reference in New Issue
Block a user