Account Foundation
Web access starts with a real account.
This is now the real Novaform web account entry point. It creates a user session on the server, keeps it in a secure cookie, and is the identity layer that controls web render access.
Server-side session
Your browser gets an `HttpOnly` session cookie instead of fake access stored only in UI state.
Real account identity
A Novaform user can now exist on the server and later receive secure `pro` access.
Render access control
Novaform web render endpoints can now be enforced against real server-side account access instead of fake browser-only gating.
Novaform Account
Signed in
Your Novaform account is active in this browser. Web render access now depends on this real server-side account state.