8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
hydra clients create \
|
||
|
--id daddy \
|
||
|
-n Daddy \
|
||
|
--secret 'KE9wOXR-~7qCXNKWzw23EpNroq' \
|
||
|
-a email,email_verified \
|
||
|
-c http://localhost:8081/oauth2/callback
|