Class OAuthWebapp

Convenience oauth API wrapper for web applications

class OAuthWebapp ;

Methods

NameDescription
isLoggedIn (req, settings) Check if a request is from a logged in user
login (req, res, settings, extraParams, scopes) Perform OAuth login using the given settings
oauthSession (req) Get the OAuthSession object associated to a request.