HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

jsconnect not working with django

Using vanilla 3.3 installed in my computer and my django running (both on the same machine) can't get jsconnect to work. When I press the Test URL link on the vanilla dashboard it seems to work but when I visit my local vanilla site on the asynchronous call it doesn't seems to be the same as call as the link. Inspecting the network and the Test URL link they seem to be doing different things, they are not the exact same call, on the asynchronous call my django server doesn't find the user already loged in on the request (request.user.is_authenticated) and is missing the timestamp.

Should the asynchronous call to my sso endpoint be the same as the Test URL call? or am I comparing different things?

Sign In or Register to comment.