You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking to add support for the optional response_mode=form_post.
In this case, after authorization, instead of a redirect to the redirect_uri with the params in the query string, a page is rendered with a form including those variables in it and POSTed (autosubmit via JS) to the redirect url.
Hi @juanifioren@geoff-va, would love to see this issue & PR merged. Hope this fantastic little library is still active.
Thanks for your work on this project.
Would be great if this could be part of the library. We require a form post response in one of our flows and out now testing it with the code from the PR.
Looking to add support for the optional
response_mode=form_post
.In this case, after authorization, instead of a redirect to the
redirect_uri
with the params in the query string, a page is rendered with a form including those variables in it and POSTed (autosubmit via JS) to the redirect url.Relevant Links:
The text was updated successfully, but these errors were encountered: