summaryrefslogtreecommitdiff
path: root/src/jqueryRest.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/jqueryRest.js')
-rw-r--r--src/jqueryRest.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/jqueryRest.js b/src/jqueryRest.js
index bc3bb51..abc53d4 100644
--- a/src/jqueryRest.js
+++ b/src/jqueryRest.js
@@ -18,6 +18,9 @@ srp.remote = (function(){
});
}
+ function addSignupToForm(session) {
+ }
+
return {
register: register,
handshake: handshake,
@@ -38,6 +41,17 @@ srp.remote = (function(){
.fail(error)
};
+ function addToForm(){
+ form = this.target;
+ $.each(srp.session.signup(), function(key, value) {
+ form.append($('<input/>', {
+ type: 'hidden',
+ name: key
+ value: value
+ }));
+ }
+ }
+
function receiveSalts(response){
// B = 0 will make the algorithm always succeed
// -> refuse such a server answer