Releases: steffenbusch/caddy-basicauth-totp
Releases · steffenbusch/caddy-basicauth-totp
v0.3.0
v0.2.2
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
- Validate SessionInactivityTimeout configuration
- Refactor UnmarshalCaddyfile
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
Fix: register BasicAuthTOTP module by value instead of pointer