Hacker News new | ask | show | jobs
by jacobra2 1274 days ago
How does login/auth work with Hyperview if there's no local storage?
1 comments

There is session storage much like in a web browser. So you can use the same cookie-based auth techniques.