SimpleAuthService

Undocumented in source.

Members

Functions

generateAuthMixin
string generateAuthMixin(HTTPServerRequest req, string path_prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
login
void login(HTTPServerRequest req, HTTPServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
registerRoutes
void registerRoutes(URLRouter router, string path_prefix)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From UserAuthService

generateAuthMixin
string generateAuthMixin(HTTPServerRequest req, string path_prefix)
Undocumented in source.
registerRoutes
void registerRoutes(URLRouter router, string path_prefix)
Undocumented in source.

Meta