Hi!
Thanks for great project!
If I'm running it with default parameters (Configs.GOOGLE_CALLBACK_URL is None) and after auth it redirects me to this url:
http://localhost:8000/auth/google/callback?state=XXX&code=YYY&scope=ZZZ&prompt=consent
With content on page:
{"access_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNjVlNWYyOGY1MDQxMTc5NzUxMDQ0ODE2IiwiYXVkIjpbImZhc3RhcGktdXNlcnM6YXV0aCJdLCJleHAiOjE3MDk1ODc3MjZ9.HZf6ar6vSvfXh_q8EjD-A-Ds99H6P_4CGWwZ6YxT6Z8","token_type":"bearer"}
I understand that everything should work slightly different and redirect to actual user page... But how to change config or code to achieve that?
Hi!
Thanks for great project!
If I'm running it with default parameters (Configs.GOOGLE_CALLBACK_URL is None) and after auth it redirects me to this url:
http://localhost:8000/auth/google/callback?state=XXX&code=YYY&scope=ZZZ&prompt=consent
With content on page:
{"access_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNjVlNWYyOGY1MDQxMTc5NzUxMDQ0ODE2IiwiYXVkIjpbImZhc3RhcGktdXNlcnM6YXV0aCJdLCJleHAiOjE3MDk1ODc3MjZ9.HZf6ar6vSvfXh_q8EjD-A-Ds99H6P_4CGWwZ6YxT6Z8","token_type":"bearer"}
I understand that everything should work slightly different and redirect to actual user page... But how to change config or code to achieve that?