Is there a equivalent implemented example for google OAuth 2.0 for Web Server Applications on django rest framework as shown for flask?

Is there a equivalent implemented example for google OAuth 2.0 for Web Server Applications on django rest framework as shown for flask ?

https://developers.google.com/identity/protocols/oauth2/web-server#example

Back to Top