rework the authenticate_user api - now it is read only (will run on webheads)...
rework the authenticate_user api - now it is read only (will run on webheads) and will call over to dbwriter if and when bcrypt password update is in play. This shifts the majority of authentication compute cost over to webheads from secure webheads - closes #560
Showing
- lib/wsapi.js 8 additions, 2 deletionslib/wsapi.js
- lib/wsapi/authenticate_user.js 46 additions, 10 deletionslib/wsapi/authenticate_user.js
- tests/password-bcrypt-update-test.js 2 additions, 2 deletionstests/password-bcrypt-update-test.js
- tests/password-update-test.js 1 addition, 1 deletiontests/password-update-test.js
Loading
Please register or sign in to comment