simpleauth icon indicating copy to clipboard operation
simpleauth copied to clipboard

Possibly spare 1 URL fetch call during _on_signin

Open x1ddos opened this issue 13 years ago • 2 comments

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?

x1ddos avatar Oct 01 '12 10:10 x1ddos

@crhym3 This sounds like a very good idea.

conradwt avatar Oct 01 '12 10:10 conradwt

I'll try to come up with a CL during this week and post it here for a review.

x1ddos avatar Oct 01 '12 10:10 x1ddos