-
Hey guys & gals, I am running an API behind some Google LBs and doing TLS termination in the LBs instead of terminating the connection in the API. But, my API is intelligent enough to send out to Google the Any ideas on how I could resolve this problem? Does it require extending of the I really appreciate any help you can provide. Have fun! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Nevermind, it was just some clicks and a coffee away. You can set a custom |
Beta Was this translation helpful? Give feedback.
Nevermind, it was just some clicks and a coffee away. You can set a custom
redirect_uri
when using theget_oauth_router
from thefastapi_users
package. There is the optional parameter of:param redirect_url: Optional arbitrary redirect URL for the OAuth2 flow.