If people already sign in to your own product, they can now arrive on your FeedLog board already logged in — no second Google/GitHub sign-in, no extra password.
Available in both self-hosted and hosted FeedLog. SSO signs in the people leaving feedback — your staff still sign in to the dashboard the usual way.
- Zero extra sign-in — Users coming from your product are authenticated the moment they reach your board, ready to post, vote, and comment.
- Drop-in JWT handoff — Sign a short-lived HS256 token with your workspace secret and redirect to
/api/sso/jwt. No SDK, no SAML — most teams wire it up in under a day.
- Manage secrets in the dashboard — Developer → Single Sign-On to create, label, view, enable/disable, and delete signing secrets, with a copy-paste integration guide on the same page.
- Rotate without downtime — Keep up to five secrets per workspace: add a new one, switch your product over, then disable the old — no lockout.
- Secure by default — SSO sessions are bound to your board and stay at end-user level — they can't open the dashboard or change account credentials. Users are matched by email, so they
line up with existing Google/GitHub accounts.