BeagleLab / beagle

Navigating the sea of publications
13 stars 0 forks source link

Check if user is logged in before requesting OAuth again #208

Closed RichardLitt closed 9 years ago

RichardLitt commented 9 years ago

We can't check easily if the user is logged in without using OAuth's user scheme. I think, at the moment, we don't need to do this - logging in isn't difficult, and now that we can cache the provider object, it's not a strain on the user to login repeatedly (although it is slow). Optimize this later, closing for now.