elixir-gmail icon indicating copy to clipboard operation
elixir-gmail copied to clipboard

How to get the current refresh token for a user

Open ckruse opened this issue 5 years ago • 0 comments

When restarting the current refresh token for a user gets lost and I am no longer able to authorize access for this user. To avoid that I create a new refresh token in a teardown function and save that; but is there a better way? Maybe a notification every time a new refresh token gets created so I can save it somewhere?

ckruse avatar Sep 23 '20 05:09 ckruse