Bugfixes:
- FIX a minor bug in the test suite
Features:
- UPDATED dependencies
- ADD new, console-based example
Bugfixes:
- FIX _generateNumberToken converts the generated number into a string
Bugfixes:
- N/A
Features:
- ADD pass of req object to the addDelivery callback
Documentation:
- ADD pass of req object to the addDelivery callback
Bugfixes:
- N/A
Features:
- ADD option.skipForceSessionSave to support cookie-session middleware
- UPDATE to latest dependencies
- UPDATE example to work with latest dependencies
Documentation:
- N/A
Bugfixes:
- N/A
Features:
- N/A
Documentation:
- Better documentation of all callbacks used in Passwordless
- Clarification of Readme.md highlighting that req is passed to the callback
Bugfixes:
- N/A
Features:
- UPDATE res.send(status) to res.status.send() in line with Express API changes. Backwards compatible to Express 3.x
Documentation:
- N/A
Bugfixes:
- FIXED handling of UIDs as numbers can cause issues with MongoDB
Features:
- N/A
Documentation:
- N/A
Bugfixes:
- FIXED handling of allowGet for requestToken does not get tripped by request body data
Features:
- N/A
Documentation:
- N/A
Bugfixes:
- N/A
Features:
- ADD addDelivery options.numberToken to generate number-based tokens
Documentation:
- Small update to include numberToken
Bugfixes:
- FIXED wrong capitalization of lib/passwordless folder
Features:
- UPDATE dependency of Base58 encoder to bs58 (pure JS)
Documentation:
- N/A
Bugfixes:
- N/A
Features:
- UPDATE token generator to ensure use of Node.js' strong crypro lib
- UPDATE token generator to produce shorter Base58 tokens
- ADD dependency to base58-native
- REMOVE dependency to node-uuid
Documentation:
- N/A
Bugfixes:
- ADD save-session before redirect to avoid a bug in express
Features:
- N/A
Documentation:
- N/A
Bugfixes:
- N/A
Features:
- UPDATED error description involving req.body to be clearer
Documentation:
- N/A
Bugfixes:
- N/A
Features:
- BUMP to v1.0.0 - Passwordless can be considered stable now
Documentation:
- N/A
Bugfixes:
- N/A
Features:
- update to have the example pull passwordless from npm
Documentation:
- N/A
Bugfixes:
- N/A
Features:
- update to pass request object to getUserId of requestToken
Documentation:
- update to incude changes to requestToken
Bugfixes:
- N/A
Features:
- add breaking change: by default allowTokenReuse is set to false
- add option: allowTokenReuse to define wether users are allow to re-use tokens
Documentation:
- update to include allowTokenReuse option
Bugfixes:
- N/A
Features:
- add successRedirect option for acceptToken
Documentation:
- update to include successRedirect option
- update of smaller typos
Bugfixes:
- N/A
Features:
- N/A
Documentation:
- add CHANGELOG
- update of README