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
274 stars 34 forks source link

Regarding OpenID connect hybrid grant type #116

Closed CommitSithLord closed 2 years ago

CommitSithLord commented 2 years ago

Hi all, First of all I want to say thanks to all the maintainers who are continuously working to keep this directory updated. I was able to Implement oauth2 based on Resource owner password-based grant type. But I need to Implement OpenID connect hybrid grant type. Is there any documentation or material available for reference regarding this grant type. Thank You

wagnerdelima commented 2 years ago

Hi @Amanb1145

Perhaps you can check the adding a new backend documentation: https://python-social-auth.readthedocs.io/en/latest/backends/implementation.html.