Cookie-Based Authentication
Internals of Sign In App
Form for Authentication Input
var password = Sha1.hash(this.password);
var url = this.url + this.username + "/" + password + "/" + this.rememberMe;
this.set("password", "");
document.querySelector("palindrom-client").network.changeState(url);HTTP Handler that Sets the Cookie
Middleware that Reads the Cookie
PreviousAttach an HTTP Request to an Existing Long-Running TransactionNextTimestamp on Object Creation
Last updated