~netlandish/gobwebs-oauth2#1: 
Customize authorize form ignore fields

Currently the ignore fields in the AuthorizePOST handler has the following values hard coded:

        // XXX csrf shouldn't be hard coded here
        skip := []string{"accept", "client_id", "redirect_uri", "state", "csrf"}

This shouldn't be the case obviously. I think we just add an optional function to the config struct passed into the service constructor. If present, we use that. If not, we use the hard coded list as those fields are default in the main form.

Status
REPORTED
Submitter
~petersanchez
Assigned to
No-one
Submitted
7 months ago
Updated
7 months ago
Labels
No labels applied.