Skip to content

Latest commit

 

History

History
executable file
·
488 lines (307 loc) · 37.7 KB

CHANGELOG.md

File metadata and controls

executable file
·
488 lines (307 loc) · 37.7 KB

Changelog

Full Changelog

Merged pull requests:

v5.0.1 (2023-11-04)

Full Changelog

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

v5.0.0 (2023-09-20)

Full Changelog

Closed issues:

  • [dove] TypeScript issue when using hook addVerification #195

Merged pull requests:

v5.0.0-pre.0 (2022-10-13)

Full Changelog

Closed issues:

  • Error when using with typescript app #192

v4.0.2 (2022-09-30)

Full Changelog

Closed issues:

  • SyntaxError: Cannot use import statement outside a module #191

Merged pull requests:

v4.0.1 (2022-09-22)

Full Changelog

Closed issues:

Merged pull requests:

v4.0.0 (2022-07-28)

Full Changelog

Closed issues:

  • verifyHooks.addVerification erroring out #157
  • Rework #144

Merged pull requests:

  • Typescript refactoring, seperate services, custom methods and vitepress docs #164 (fratzinger)

v4.0.0-pre.2 (2022-06-19)

Full Changelog

v3.2.0 (2022-05-16)

Full Changelog

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:

v4.0.0-pre.1 (2022-01-08)

Full Changelog

v4.0.0-pre.0 (2022-01-07)

Full Changelog

Closed issues:

  • Invalid Data Received After Implementation #169
  • New NPM release #158

v3.1.0 (2021-01-20)

Full Changelog

Merged pull requests:

v3.0.1 (2020-10-12)

Full Changelog

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:

v3.0.0 (2020-06-24)

Full Changelog

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 vericication 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:

v2.0.1 (2018-07-09)

Full Changelog

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:

v2.0.0 (2018-01-25)

Full Changelog

Implemented enhancements:

Closed issues:

  • Purpose of resetShortToken #83

v1.0.3 (2017-12-30)

Full Changelog

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)

Full Changelog

v1.0.1 (2017-11-28)

Full Changelog

Implemented enhancements:

Closed issues:

  • User info is not valid. (authManagement) #73
  • congratulations for v1.0!!! #72

v1.0.0 (2017-09-17)

Full Changelog

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:

v0.7.0 (2017-08-06)

Full Changelog

Implemented enhancements:

Merged pull requests:

v0.5.0 (2017-08-06)

Full Changelog

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)

Full Changelog

v0.4.1 (2017-07-01)

Full Changelog

Implemented enhancements:

Merged pull requests:

v0.4.0 (2017-05-30)

Full Changelog

Implemented enhancements:

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:

v0.3.0 (2017-04-19)

Full Changelog

Implemented enhancements:

Closed issues:

  • getUserData never hits 'User not found' #25

Merged pull requests:

v0.2.0 (2017-04-14)

Full Changelog

Implemented enhancements:

  • Add documentation to the repository for now #19 (daffl)

Closed issues:

  • Missing doc? #18
  • Question regarding 'resetPassword' #15
  • Errors returned are vague #12

Merged pull requests:

v0.1.6 (2016-12-30)

Full Changelog

v0.1.5 (2016-12-30)

Full Changelog

v0.1.4 (2016-12-30)

Full Changelog

v0.1.3 (2016-12-30)

Full Changelog

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)

Full Changelog

v0.1.1 (2016-12-20)

Full Changelog

Implemented enhancements:

v0.1.0 (2016-12-18)

Full Changelog

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:

  • Removed duplicate documentation from README #5 (eddyystop)

v0.0.2 (2016-11-21)

Full Changelog

v0.0.1 (2016-11-21)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator