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.