Vue.js & Django Authentication: how is working Google API Login and Registration

  • last month
In this video I'm showing my approach for login and registration using Google API. To use the Google API for login, you need to create a Google project and a OAuth 2.0 Client ID. Redirect url should be https://example.com/api/google/connect

Recommended