and i tried using the prompt 'select_account consent' for get the refresh token where i followed the solution on this post issue
but still blank the refresh token
and theres my config using devise gem
There something missing configuration on the project or on the developer console of google.
tech using in my project
Rails 7.0.4
Devise 4.8.1
omniauth 2.1.0
omniauth-google-oauth 1.1.1
omniauth-rails_csrf_protection 1.0.1
google-apis-calendar_v3 0.24.0
When i authenticated by google oauth doesn't display the refresh token value on this hash object of credentials see below:
and i tried using the prompt 'select_account consent' for get the refresh token where i followed the solution on this post issue but still blank the refresh token and theres my config using devise gem
There something missing configuration on the project or on the developer console of google. tech using in my project Rails 7.0.4 Devise 4.8.1 omniauth 2.1.0 omniauth-google-oauth 1.1.1 omniauth-rails_csrf_protection 1.0.1 google-apis-calendar_v3 0.24.0
Kind regards.