We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc59cb commit 3a2addaCopy full SHA for 3a2adda
lib/middleware/authenticate.js
@@ -21,7 +21,7 @@ var http = require('http')
21
* - `failureRedirect` After failed login, redirect to given URL
22
* - `assignProperty` Assign the object provided by the verify callback to given property
23
*
24
- * An optional `callback` can be supplied to allow the application to overrride
+ * An optional `callback` can be supplied to allow the application to override
25
* the default manner in which authentication attempts are handled. The
26
* callback has the following signature, where `user` will be set to the
27
* authenticated user on a successful authentication attempt, or `false`
0 commit comments