RichardKnop / go-oauth2-server

A standalone, specification-compliant, OAuth2 server written in Golang.
Mozilla Public License 2.0
2.12k stars 315 forks source link

Any plans for assertion flow? #45

Open pragmaticivan opened 6 years ago

pragmaticivan commented 6 years ago

https://tools.ietf.org/html/rfc7521

https://github.com/doorkeeper-gem/doorkeeper-grants_assertion

RichardKnop commented 6 years ago

@pragmaticivan Hi. Currently I don't have any such plans. But I am open to PRs if somebody wants to contribute.