kroegerama / openapi-kgen

Generate modern API Clients in Kotlin from OpenAPI specifications. Supports OpenAPI >= 3.0.0.
Apache License 2.0
22 stars 4 forks source link

oAuth support #1

Open summongr opened 4 years ago

summongr commented 4 years ago

Is oAuth going to be supported any time soon? This is the only OpenAPI generator that supports all Kotlin features and practises. It needs more attention from the community and is a great start. Well done!

kroegerama commented 4 years ago

Thanks a lot for the kind words! I plan adding OAuth in the future, but this may take some time. I'm working on this project in my spare time.

If you have a good idea how to integrate OAuth in Kgen or want to write some example code that works with the current architecture of ApiHolder and ApiAuthInterceptor, this may speed up the development.