Closed palmenhq closed 5 years ago
Thanks for reporting this!
I will add a callback in the configuration for the extension grant types. These callbacks should accept CallContext
and TokenService
, that should probably be enough.
Closing this. Extension is now possible. It should be done in a more friendly way (#46)
Oauth2 supports extending a server with custom grant types, as described i.e. here:
Problem: Allowed grant types seem to be hard-coded i.e. in the CallRouter as of now.
Solution There should be away of configuring your own custom grant types and their corresponding flows.
Alternatives N/A
Other info (Have taken this lib for a spin now, looks really awesome so far!)