scribase
All releases
0.8.0

Console single sign-on, scribase db pull, and docs search

  • Single sign-on for the console. Connect an OIDC provider or a SAML 2.0 identity provider under Single sign-on in the console. Verify your email domain with a DNS TXT record and people on it are sent to your IdP from the sign-in page, optionally joining with a role you choose. SAML responses are checked against your IdP certificate (signature, issuer, audience, recipient, request binding, and validity window); OIDC ID tokens against your provider's published keys. A connection test links your own IdP identity to your account, and only after a passing test can you require SSO for everyone except owners.
  • scribase db pull. Dumps a remote schema, replays your local migrations into a temporary shadow database, and writes only the difference as a new migration file. Destructive changes are written commented out for review, and --mark-applied records the file in the remote migration ledger.
  • Docs search. The documentation site now has full-text search (press Ctrl K or /), built from the docs themselves at build time.
  • Import resume on tables without a primary key. A resumed import no longer inserts a page twice when the table has no single-column key.