Skip to content

Releases: steffenbusch/caddy-basicauth-totp

v0.3.0

06 Nov 19:36
85cedce
Compare
Choose a tag to compare

What's Changed

  • Add dedicated CSP to 2FA form with nonce generation for inline styles in #6
  • Fix unknown subdirective: logout_path in #7

Full Changelog: v0.2.2...v0.3.0

v0.2.2

06 Nov 10:02
e63ec7c
Compare
Choose a tag to compare

Fixes

  • 302 Redirect in case of session creation to original request URI in #5

Full Changelog: v0.2.1...v0.2.2

v0.2.1

02 Nov 20:18
Compare
Choose a tag to compare
  • Validate SessionInactivityTimeout configuration
  • Refactor UnmarshalCaddyfile

Full Changelog: v0.2.0...v0.2.1

v0.2.0

02 Nov 15:56
Compare
Choose a tag to compare

Rename module ID from http.handlers.basicauth2fa to http.handlers.basicauthtotp for consistency with package name and directive.

Full Changelog: v0.1.2...v0.2.0

v0.1.2

02 Nov 15:16
Compare
Choose a tag to compare

Fix: register BasicAuthTOTP module by value instead of pointer

v0.1.1

01 Nov 20:31
Compare
Choose a tag to compare

Initial release