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.
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.