vibeauth.authenticators.EmberSimpleAuth

Undocumented in source.

Members

Classes

EmberSimpleAuth
class EmberSimpleAuth

Authentication using cookie storage for ember simple auth library. http://ember-simple-auth.com/

Functions

hasValidEmberSession
bool hasValidEmberSession(HTTPServerRequest req)

Checks if the request contains the ember_simple_auth-session cookie and the User-Agent header is set

sessionData
Json sessionData(HTTPServerRequest req)

Extract the ember auth session data

testRouter
auto testRouter(bool requireLogin)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

auth
EmberSimpleAuth auth;
Undocumented in source.
bearerToken
Token bearerToken;
Undocumented in source.
collection
UserMemoryCollection collection;
Undocumented in source.
refreshToken
Token refreshToken;
Undocumented in source.
user
User user;
Undocumented in source.

Meta