OAuthWebapp

Convenience oauth API wrapper for web applications

Members

Functions

isLoggedIn
bool isLoggedIn(HTTPServerRequest req, OAuthSettings settings)

Check if a request is from a logged in user

login
bool login(HTTPServerRequest req, HTTPServerResponse res, OAuthSettings settings, string[string] extraParams, string[] scopes)
bool login(HTTPServerRequest req, HTTPServerResponse res, OAuthSettings settings, string[] scopes)

Perform OAuth login using the given _settings

oauthSession
OAuthSession oauthSession(HTTPServerRequest req)

Get the OAuthSession object associated to a request.

Meta