1
0
Fork 0
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:
Markus Thielker 2025-04-06 19:17:17 +02:00
parent e4a62b914c
commit b4a7c6f396
3 changed files with 3 additions and 4 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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