From fb25bdabc463e42ed287613d09c0e9d13cfe75b4 Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Wed, 13 Apr 2022 15:28:30 +0200 Subject: [PATCH] fix password for example use --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bad13ed..b5cd075 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998/ SCOPES="openid - open http://localhost:9999/login in your browser - you will be redirected to op server and the login UI -- login with user `test-user` and password `verysecret` +- login with user `test-user` and password `verysecure` - the OP will redirect you to the client app, which displays the user info ## Features