Hello, i've made discussion on github but i think ...
# talk-kratos
r
Hello, i've made discussion on github but i think slack might be more active. I need refresh token from google. In configuration docs page there's 'offline_access' scope, but that doesn't work as google doesn't list offline_access as scope. Instead they want access_type=offline parameter with auth request. Is there any way to set it? I tried changing auth_url: to auth_url: https://accounts.google.com/o/oauth2/v2/auth?access_type=offline but that sadly doesn't work either. Any ideas what I can do to get initial refresh token from google?