summaryrefslogtreecommitdiff
path: root/spec/session_spec.js
AgeCommit message (Collapse)Author
2015-09-17Allow extra signup params from accountkaeff
For the feature/invite-codes in leap_web, we need to be able to pass an extra parameter (the invite code) from the signup form to the server. This approach allows the consumer of SRP to specify a custom implementation of Account that returns arbitrary `loginParams`, and Session will pass them on so that they become part of the XHR. - Split session.signup into signup and update to restrict extra params to signup only
2013-07-12prefix incoming B tooAzul
2013-07-12also prefix our own toString(16) hex valuesAzul
2013-07-12the 0 prefix in hex is essential for building the M and M2 stringsAzul
2013-06-24refactor: separate account from sessionAzul
2013-06-24refactor: separate calculations from sessionAzul
2013-06-24fix bug wrt zero padding of hashesAzul
2012-11-19removed the SRP class - using just a plain srp object nowAzul
2012-11-14removed outdated django remote and all related filesAzul
Also cleaned up the specs a bit