You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.
I'm thinking to make _get_<provider>_user_info() call optional. This way one could spare a URL fetch call when existing users sign in as their profile data have probably been already stored during some previous logins.
Additionally, this could make it easier for a backend profile fetch instead of doing it during the user facing request.
Would this be a good idea?
The text was updated successfully, but these errors were encountered:
I'm thinking to make
_get_<provider>_user_info()
call optional. This way one could spare a URL fetch call when existing users sign in as their profile data have probably been already stored during some previous logins.Additionally, this could make it easier for a backend profile fetch instead of doing it during the user facing request.
Would this be a good idea?
The text was updated successfully, but these errors were encountered: