mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-04-12 20:48:43 +00:00
NORY-59: update comments explaining the existing scripts
This commit is contained in:
parent
e4a62b914c
commit
b4a7c6f396
3 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# this script adds a new oath client using the
|
||||
# this script adds a new OAuth client using the
|
||||
# Ory Hydra CLI and writes the client id and
|
||||
# client secret to the command line.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# this script adds a new oath client using the
|
||||
# this script adds a new OAuth client using the
|
||||
# Ory Hydra CLI and uses the client to start
|
||||
# the Ory Hydra test application.
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# this script gives the referenced identity the admin role
|
||||
# make sure to provide the id of the identity
|
||||
# this script creates a reference from the role to the permission you provide
|
||||
|
||||
# check if a identity id argument was provided
|
||||
if [ $# -ne 4 ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue