{% extends "base.html" %} {% block title %}Nornsight | Legislative Accountability{% endblock %} {% block body %}
{% if auth_error %}
Authentication failed. Try signing in again.
{% endif %}

Invite-only access

Track legislative behavior with role-aware access and shared WorkOS sign-in.

Nornsight turns roll-call data into issue-level accountability views for your invited team. Use the public home page as the front door, then move signed-in users into the dashboard, legislator search, and comparison tools.

{% if is_authenticated %} Open dashboard {% if is_admin %} Admin settings {% endif %} {% else %} Sign in How access works {% endif %}

For invited users

View the dashboard, inspect legislator profiles, and compare issue scoring without sharing a local password.

For admins

Manage invitations and role assignments in WorkOS while the app enforces role-based route access.

For rollout

Authentication is centralized, sessions are sealed, and the old hard-coded admin login is removed.

{% endblock %}