Would it be possible to consider respecting the Content Type like application/json in the POST oauth2/token request? currently it seems only to support forms and I am aware that the IETF explicitly only specified them. Problem is, because everyone somehow does json, so do the customers and does the old implementation here, so I am either putting yet another service in front of hydra just to translate json to forms, or hydra can directly understand json. It would be awesome, if that could be considered.
Would it be possible to consider respecting the Content Type like application/json in the POST oauth2/token request? currently it seems only to support forms and I am aware that the IETF explicitly only specified them. Problem is, because everyone somehow does json, so do the customers and does the old implementation here, so I am either putting yet another service in front of hydra just to translate json to forms, or hydra can directly understand json. It would be awesome, if that could be considered.