ory / fosite

Extensible security first OAuth 2.0 and OpenID Connect SDK for Go.
https://www.ory.sh/?utm_source=github&utm_medium=banner&utm_campaign=fosite
Apache License 2.0
2.28k stars 356 forks source link

feat: add support for none response_type #776

Open dtam-cybozu opened 8 months ago

dtam-cybozu commented 8 months ago

This PR adds support for the none response_type specified in https://openid.net/specs/oauth-v2-multiple-response-types-1_0.html#none

Related Issue or Design Document

This was brought up before here https://github.com/ory/fosite/issues/409

Checklist

Further comments

I still need to add non-unit tests but I'd prefer to do this after I've received confirmation that this feature and this approach is okay. This is also quite a small feature so perhaps extensive testing of it is not completely necessary - please let me know how much testing you're expecting for this!

I also need to add something to the changelog.