huudis
Changelog

What shipped.

Every Huudis release — what’s new, what moved, what the CLI learned. Subscribe to the GitHub releases feed for the RSS.

Apr 25, 2026
v0.2.0

Social sign-in + dashboard polish

  • Continue with Google — OAuth 2 + OIDC ID-token verification via Google JWKS.
  • Continue with Apple — Sign in with Apple including private-email relay support.
  • Link / unlink providers from /dashboard/account/linked-accounts.
  • New dashboard: /dashboard/account, /dashboard/sessions, /dashboard/audit.
  • Branded HTML email templates — verify, reset, MFA backup codes, new-device alert, welcome, social link added/removed.
  • CLI 0.2.0: huudis account whoami / sessions list / sessions revoke, huudis audit list.
Apr 18, 2026
v0.1.0

M2 — IAM core

  • AWS-IAM-style policies with JSON documents + Action / Resource / Condition / NotAction / NotResource / Effect.
  • 28 canned system policies (Admin / Developer / ReadOnly / Billing × 7 services).
  • Groups, roles, service accounts, access keys (AKIA long-term and ASIA session keys).
  • POST /authz/check authoritative authorization endpoint + POST /authz/assume-role STS analog.
  • HMAC middleware with ±5 min clock skew + constant-time comparison.
  • /dashboard/iam UI and huudis iam CLI commands.
Apr 18, 2026
v0.0.1

M1 — Foundation

  • Email + password signup / login / verification / reset.
  • TOTP MFA with backup codes + step-up auth.
  • Full OIDC identity provider — discovery / JWKS / authorize / token / userinfo / end_session / RFC 8628 device flow.
  • huudis CLI — device-flow login, whoami, logout.
  • CI/CD with lint → test → build → deploy-staging → E2E → deploy-prod → publish-cli.