-
-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add state in auth url #188
Comments
You should read docs rather than incomplete unofficial typings
|
Find the right way to pass in state:
|
That is not the right way with the upcoming official types being developed in #184, you don't need to pass |
The version I use is "@types/openid-client": "^3.1.6". |
OK, I understand now, when the official type of openid-client releases, I will change the code. Thanks for reply! |
I find that the
authorizationUrl
method would take the following parameterI cannot find a place to pass state to create the auth url, so now I just append state to the string
Is there a right way to pass state?
The text was updated successfully, but these errors were encountered: