wagnerdelima / drf-social-oauth2

drf-social-oauth2 makes it easy to integrate Django social authentication with major OAuth2 providers, i.e., Facebook, Twitter, Google, etc.
https://drf-social-oauth2.readthedocs.io/en/latest/
MIT License
270 stars 34 forks source link

How is api.yaml being generated? #101

Closed denizdogan closed 2 years ago

denizdogan commented 2 years ago

I'm just wondering how api.yaml is being generated. Has it been made manually? The reason why I'm asking is that we are using drf-spectacular for our API and I'm trying to figure out the best way to include the drf-social-oauth2 parts in our own API YAML.

wagnerdelima commented 2 years ago

It has been manually created. I actually didn't even think about automating it.