Merged pull requests:
- chore(deps-dev): bump vite from 4.5.2 to 4.5.3 #229 (dependabot[bot])
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 #228 (dependabot[bot])
- feat: add skipPasswordHash option #226 (jd1378)
- chore(deps-dev): bump vite from 4.5.0 to 4.5.2 #223 (dependabot[bot])
v5.1.0 (2024-07-08)
Closed issues:
- Provide a way to let resolvers hash the password #225
- ensureObjPropsValid throws when an object with more props is passed in #224
v5.0.1 (2023-11-04)
Closed issues:
- action "resetPwdLong" does result in error "dateOrNumber.getTime() is not a function" #219
- feathers 5 BadRequest: validation failed #213
- Does auth-management work with feathers v5? #211
Merged pull requests:
- chore: update dependencies #221 (fratzinger)
- fix: dateOrNumberToNumber with BigInt String & ISOString #220 (fratzinger)
- Update required fields list #217 (closertotheend)
v5.0.0 (2023-09-20)
Closed issues:
- [dove] TypeScript issue when using hook addVerification #195
Merged pull requests:
- chore: update dependencies & replace feathers-memory with @feathersjs… #214 (fratzinger)
- Update Library Dependencies and Code for Feathers 5 (Dove) #210 (pdfowler)
- Update config.ts #209 (bitflower)
- Update getting-started.md #208 (bitflower)
- Update service-calls.md #207 (viapek)
- Bump json5 from 1.0.1 to 1.0.2 #201 (dependabot[bot])
- Bump engine.io from 3.6.0 to 3.6.1 #199 (dependabot[bot])
- Bump socket.io-parser from 3.3.2 to 3.3.3 #198 (dependabot[bot])
- ci: also check compile step #194 (fratzinger)
v5.0.0-pre.0 (2022-10-13)
Closed issues:
- Error when using with typescript app #192
v4.0.2 (2022-09-30)
Closed issues:
- SyntaxError: Cannot use import statement outside a module #191
Merged pull requests:
- chore: add tsconfig commonjs #193 (fratzinger)
v4.0.1 (2022-09-22)
Closed issues:
- Update docs #138
Merged pull requests:
- chore: check updates for examples #190 (fratzinger)
- chore: update dependencies #188 (fratzinger)
- docs: fix heading levels #186 (fratzinger)
- Bump moment-timezone from 0.5.33 to 0.5.37 in /examples/js #185 (dependabot[bot])
- Bump vite from 2.9.12 to 2.9.15 #184 (dependabot[bot])
- Bump undici from 5.8.0 to 5.9.1 #183 (dependabot[bot])
v4.0.0 (2022-07-28)
Closed issues:
Merged pull requests:
- Typescript refactoring, seperate services, custom methods and vitepress docs #164 (fratzinger)
v4.0.0-pre.2 (2022-06-19)
v3.2.0 (2022-05-16)
Closed issues:
- 4.0.0-pre.1 has un declared passport-local dependency #173
- skipIsVerifiedCheck doesn't call custom notifier. #172
- identityChange doesn't verify the user's password #171
Merged pull requests:
- Pass Params to all service calls. #175 (dallinbjohnson)
- Bump pathval from 1.1.0 to 1.1.1 #174 (dependabot[bot])
- Update verify-signup-set-password.js #167 (GautierT)
- Bump lodash from 4.17.19 to 4.17.21 #166 (dependabot[bot])
- Bump handlebars from 4.7.6 to 4.7.7 #165 (dependabot[bot])
- chore: move travis to github actions #162 (fratzinger)
- Bump y18n from 4.0.0 to 4.0.1 #161 (dependabot[bot])
- Update docs.md #160 (re1ro)
v4.0.0-pre.1 (2022-01-08)
v4.0.0-pre.0 (2022-01-07)
Closed issues:
v3.1.0 (2021-01-20)
Merged pull requests:
v3.0.1 (2020-10-12)
Fixed bugs:
- sendResetPassword operation does not await notifier call #151
Closed issues:
- upgrade feathers-hooks-common #153
- sendResetPwd token storage #152
- verifySignupLong results in email not verified error #150
- PW Reset goews awry - doesnt change the pw to the supposed value but anything else.. #149
- Expected string value. (authManagement) #137
Merged pull requests:
- Pass notifierOptions every were that notifier is called. #155 (dallinbjohnson)
- chore: bump feathers-hooks-common from 4.20.7 to 5.0.3 #154 (bwgjoseph)
- Add support of Swagger docs #148 (Barbapapazes)
- Bump lodash from 4.17.15 to 4.17.19 #147 (dependabot[bot])
v3.0.0 (2020-06-24)
Implemented enhancements:
- how to setup 2FA #99
- Securely store password reset tokens #64
- Specify custom hash function to HashPassword when resetting password #43
- Add password tests that don't use fakes #4
Fixed bugs:
- Security: Is
passwordChange
safe? #77
Closed issues:
- verifyToken and others are empty #141
- send-reset-pwd.js creates wrong tokens #140
- Example passwordless app using SMS for login and account creation #139
- how to use forgotten password of feathers-authentication-management #134
- check unique is not working with mongodb #133
- f-a-m assumes bcrypt #131
- MYSQL Error Verifying e-mail Token #129
- using verifyHooks.addVerification() #128
- resendVerifySignup is not working #125
- v4 support #124
- pwReset should not be case sensitive #121
- Notifier wont work with other opitions like 'identifyUserProps' #120
- Distinguishing between identityChange and initial verification in notifier #119
- Cannot read property 'id' of undefined #117
- Discussing enhancements and changes for V3 rewrite #114
- Create TypeScript typings for this package #112
- Generated tokens are not valid for password reset #110
- Can't provide custom hashPassword function #109
- Passing through params to users service #107
- disable external #100
- Not able to verify user. Using provided client library #97
- Update to latest feathers-hooks-common? #94
- Bad date format with SQL database #86
- sendResetPwd, information leak #85
- Docs misunderstanding #81
- authManagement:verifySignupLong Sequelize error "Invalid value [object Object]" #75
- If a user has signed up with oAuth, is there an ability to add/change a password? #71
- Cast to [string] failed for value "[{}]" at path "verifyChanges" #53
- How to ensure a user's email is verified before they can sign in - needs feathers-authentication changes #17
- Conflict on batch insert users when adding addVerification hook #16
- Review article for pain points #13
- Using feathers-authentication v1.0 #3
- API to check if tokens are still valid, without changing password #2
Merged pull requests:
- Update docs.md #146 (MichaelErmer)
- Update docs.md #145 (devashishsethia)
- Bump handlebars from 4.0.6 to 4.7.6 #143 (dependabot[bot])
- Add actions to verify signup and set password simultaneously #142 (mattyg)
- Bump js-yaml from 3.8.3 to 3.13.1 #135 (dependabot[bot])
- Bump lodash from 4.17.4 to 4.17.15 #130 (dependabot[bot])
- Update to v4 authentication #127 (TheSinding)
- Remove outdated link. #123 (bartduisters)
- chore(): update feathers libs #122 (bitflower)
- Update walkthrough on medium #118 (morenoh149)
- hashPassword workaround verbage #113 (FossPrime)
v2.0.1 (2018-07-09)
Implemented enhancements:
- Rate Limit Authenticate and Reset Password Requests #69
Closed issues:
- Installation issue #102
- Unexpected slashes in resetToken #101
- can't login after change password #96
- Migration error from disallow external #95
- Setting up authManagement in Nuxt.js gives not authenticated error (feathers-vuex) #93
- Password hash on reset differs from account creation #92
- Documentation #91
- Possible user information leak: sendRestPwd action? #90
- authManagement:verifySignup - Method: create: users.find is not a function #74
- questions on docs #8
Merged pull requests:
- migrate to featchers-common-hooks v4 #103 (Anton-Nikishkin)
v2.0.0 (2018-01-25)
Implemented enhancements:
- migrate to feathersjs v3 #89 (lwhiteley)
- Fix reset password short reset token to work as advertised in the documentation #88 (fiddler)
- Fix for #55 #84 (claustres)
Closed issues:
- Purpose of resetShortToken #83
v1.0.3 (2017-12-30)
Closed issues:
- how to pass hook data to the notifier #82
- resendVerifySignup failed #80
- After resetting password user not able to login #78
v1.0.2 (2017-11-28)
v1.0.1 (2017-11-28)
Implemented enhancements:
Closed issues:
v1.0.0 (2017-09-17)
Implemented enhancements:
- Securely encrypts reset token before storing in the database #68 (codingfriend1)
Closed issues:
- Error on verification: size must be a number >= 0 #70
- Passwordless Example #67
- Question: How to use sendResetPwd when find is authenticated in users service #66
Merged pull requests:
- Update debug to the latest version 🚀 #65 (greenkeeper[bot])
v0.7.0 (2017-08-06)
Implemented enhancements:
- Make randomDigits use crypto.randomBytes #63 (micaksica2)
- Allow hook.addVerification on Patch and Update hooks #62 (amaury1093)
- Add skipIsVerifiedCheck option for sendResetPwd #61 (marbemac)
- Updated URL to docs in doc.feathersjs.com #57 (eddyystop)
- fix docs #56 (sylvainlap)
Merged pull requests:
- Update sift to the latest version 🚀 #58 (greenkeeper[bot])
v0.5.0 (2017-08-06)
Fixed bugs:
- removeVerification not suitable as an after find hook #55
Closed issues:
- An in-range update of feathers-errors is breaking the build 🚨 #60
- hooks.addVerification should also be possible in Before Patch and Update hooks #59
- Prevent changes on PATCH #54
- populateUser hook in doc #52
- Im unable to ping feathers server from react native. #50
- Allow user to reset password if not yet verified #41
v0.4.2 (2017-07-01)
v0.4.1 (2017-07-01)
Implemented enhancements:
- Switched to node's crypto builtin #51 (eddyystop)
- removed not required crypto package from dependency #49 (hardik127)
Merged pull requests:
- Update feathers-authentication-local to the latest version 🚀 #48 (greenkeeper[bot])
v0.4.0 (2017-05-30)
Implemented enhancements:
- added
sanitizeUserForClient
to options #47 (markacola) - Update docs for addVerification hook #34 (zacaytion)
- Docs fixes #30 (shawnlauzon)
- Edited docs to say example uses auth 1.0 #28 (eddyystop)
Closed issues:
- option to customize
sanitizeUserForClient
function #46 - Example Application #42
- Does this package really need to require ECMAScript 2015? #29
- checkUnique returns 'Page not found' for available value #14
Merged pull requests:
- Update chai to the latest version 🚀 #45 (greenkeeper[bot])
- Update sift to the latest version 🚀 #40 (greenkeeper[bot])
- Update all dependencies to version ranges #38 (daffl)
- Update feathers-errors to the latest version 🚀 #37 (greenkeeper[bot])
- Update feathers-hooks to the latest version 🚀 #36 (greenkeeper[bot])
- Update sift to the latest version 🚀 #35 (greenkeeper[bot])
- Update sift to the latest version 🚀 #33 (greenkeeper[bot])
- Update feathers-errors to the latest version 🚀 #32 (greenkeeper[bot])
- Update mocha to the latest version 🚀 #31 (greenkeeper[bot])
- Update semistandard to the latest version 🚀 #27 (greenkeeper[bot])
- Update debug to the latest version 🚀 #26 (greenkeeper[bot])
v0.3.0 (2017-04-19)
Implemented enhancements:
Closed issues:
- getUserData never hits 'User not found' #25
Merged pull requests:
- Update feathers-hooks to the latest version 🚀 #22 (greenkeeper[bot])
v0.2.0 (2017-04-14)
Implemented enhancements:
Closed issues:
Merged pull requests:
- Update dependencies to enable Greenkeeper 🌴 #20 (greenkeeper[bot])
v0.1.6 (2016-12-30)
v0.1.5 (2016-12-30)
v0.1.4 (2016-12-30)
v0.1.3 (2016-12-30)
Implemented enhancements:
- Safe cloning user object for further serialization #11 (chrisbujok)
Closed issues:
- Make app.authenticate({ type: 'local', email, password }) more secure #10
v0.1.2 (2016-12-20)
v0.1.1 (2016-12-20)
Implemented enhancements:
v0.1.0 (2016-12-18)
Closed issues:
- oops, where can I find the docs? #7
- update package on npm #6
- Support multiple ways of communicating with user #1
Merged pull requests:
v0.0.2 (2016-11-21)
v0.0.1 (2016-11-21)
* This Changelog was automatically generated by github_changelog_generator