Integrating Google Authentication with FastAPI: A Step-by-Step Guide
In this blog, we’ll walk through the process of enabling Google Authentication for a backend API system built using FastAPI. FastAPI has emerged as a popular choice for developing advanced GenAI applications and we at FutureSmart AI use it regularly ...
blog.futuresmart.ai25 min read
Richard Giddings
Hi. Great blog, it really helped me setup google authentication. I notice you set refresh_token_url to None. I've been trying to get refresh tokens to work with this implementation but so far failing. Do you know where this refresh_token_url is used? Wondering how to refresh the access token with the refresh token and set it in the cookie.