I have a question about putting async form submitting and pyramid default authentication together.
My sign up and sign in form is doing async form submitting, in the back end, if there is something wrong, I return a json message with all error messages, but when the form data is correct, I tried to authenticate the user using default authentication policy. Since I am doing async form submitting using javascript in the front end, I cannot really take advantage of using return HTTPFound() method to redirect user with authenticated headers. How can I set those authenticated headers and do redirect correctly with the async form submitting? Thanks! -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com. To unsubscribe from this group, send email to pylons-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.