Closed dawidl022 closed 1 year ago
Screenshots of steps to get Google Auth client ID and secret (full instructions in README):
Instead of using the autogenerated client code, a plain HTML form submission request should be made from the frontend, e.g.:
<form action="http://127.0.0.1:5000/api/v1/login/google" method="POST" > <button>Login with Google</button> </form>
Screenshots of steps to get Google Auth client ID and secret (full instructions in README):
Instead of using the autogenerated client code, a plain HTML form submission request should be made from the frontend, e.g.: