Closed jaredhanson closed 1 year ago
This PR adds support for authorization response parameters encoded as HTML form values, per OAuth 2.0 Form Post Response Mode.
This functionality is also useful to "hybrid" OAuth clients, where the request is initiated within client-side JavaScript and then POSTed to the backend.
This PR adds support for authorization response parameters encoded as HTML form values, per OAuth 2.0 Form Post Response Mode.
This functionality is also useful to "hybrid" OAuth clients, where the request is initiated within client-side JavaScript and then POSTed to the backend.