mirror of
https://github.com/documentationjs/documentation.git
synced 2026-02-01 14:53:07 +00:00
Given the `type` tag introduced with Flow, this can infer a typedef statement, as well as infer its potentially nested properties and their types. This also includes * Refactor of Markdown AST generation that fixes #228 * Refactor of nest.js to handle multi-level nesting
441 B
441 B
sessions.create
Attempt to establish a cookie-based session in exchange for credentials.
Parameters
credentialsobjectcredentials.namestring Login username. Also accepted asusernameoremail.credentials.passwordstring Login password
callback[function] Gets passed(err, { success:Boolean }).
Returns Promise promise, to be resolved on success or rejected on failure