Is it secure to get auth TOKEN from server with javascript?
Is it secure to manipulate with auth token inside client side javascript over https ?
I want to pass that token to websocket after login.
$.getJSON(
$SCRIPT_ROOT + ‘/jscript_get_auth_token’,
{},
function(data)
{
// Extra… Continue reading Is it secure to get auth TOKEN from server with javascript?