Skip to main content

Changelog

See what's new with Windmill.

Watch latest Windmill weekly keynotes

Weekly keynotes are hosted on Discord and Youtube on Friday at 5:45 pm CET+1.

See the Windmill roadmap and what's coming next

Roadmap

2 posts tagged with "Authentication"

View All Tags

PocketID OAuth provider

AuthenticationSelf-hosting

PocketID is now supported as an SSO provider. Configure it from instance settings with your PocketID base URL, and OIDC endpoints are derived automatically.

New features

  • PocketID as a new SSO/OAuth provider
  • Automatic OIDC endpoint generation from base URL
  • Custom display name for the login button

Password reset via SMTP

AuthenticationSelf-hosting

Users can now reset their password from the login page when SMTP is configured on the instance. A "Forgot password?" link sends a time-limited reset email (1 hour expiry). The flow prevents email enumeration by always showing a success message.

New features

  • "Forgot password?" link on the login page
  • Secure token-based reset flow with 1-hour expiry
  • Email enumeration protection