fix password for example use

This commit is contained in:
Livio Amstutz 2022-04-13 15:28:30 +02:00 committed by GitHub
parent 3ca9b13a60
commit fb25bdabc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998/ SCOPES="openid
- open http://localhost:9999/login in your browser - open http://localhost:9999/login in your browser
- you will be redirected to op server and the login UI - 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 - the OP will redirect you to the client app, which displays the user info
## Features ## Features