django-oidc-provider
django-oidc-provider copied to clipboard
Handle form post response mode
Implements #335
- Handles the response_mode="form_post" case.
- Does not handle the fragment or query response modes.
- Honors the form_post response mode on success or errors.
- Test cases for success and error cases
I implemented this in AuthorizeView.post
as well. Hopefully I interpreted that correctly! Thanks!