Sign-in and roles
App Service handles the login; lib/access.js adds the app role on top and records the user on first visit.
Open the dashboard →A sample application wired to the modules attached to this project — sign-in and roles, a database, email, logging, an admin area and a blog. Use it as the starting point for the real thing.
App Service handles the login; lib/access.js adds the app role on top and records the user on first visit.
Open the dashboard →Saves to Postgres, emails whoever is set as the contact address, and writes an entry to the log — all in one server action.
Send a message →Public posts at /blog, authored in the admin area. Drafts are never returned to visitors.
Read the blog →Users, settings, integrations, logs and the messages this app collects — all behind a single admin check.
Go to admin →