Closed adrian-moisa closed 1 year ago
Did you install the cli with the command dart pub global activate openid_client
?
The cli can be helpful to test things (checkout an issuer, try to auth, ...), but probably you do not need it.
Thank you for the feedback. I managed to implement everything without using the cli.
I even tried adding it to the PATH, no change.
export PATH=~/.pub-cache/hosted/pub.dev/openid_client-0.4.7/bin/:$PATH
Any advice? And question, do I actually need the cli? It's unclear from the readme if the commands are optional or mandatory. Thank you!