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