v0.5.4 (unreleased)
- Add security related HTTP headers #55
- Upgrade to latest hydra sdk. Tested against hydra v1.9.2
- Verify nsaccountlock before sending password reset email @cmd-ntrf
- Add option to require admin verification to enable new account @cmd-ntrf
v0.5.4 (2020-07-14)
- Fix bug with missing set-cookie header issue #53
v0.5.3 (2019-10-29)
- Update Login/Conset flow for hydra v1.0.3+oryOS.10
- Add support for SMTP AUTH (@cdwertmann)
- Implement fully encrypted SMTP connection (@g5pw)
- Fix bug if session keys change or session gets corrupted
- Upgrade to echo v4
v0.5.2 (2018-09-12)
- Add option to disable user signup
- Add new command for re-sending verify emails
v0.5.1 (2018-09-12)
- Major code refactor to use echo framework
- Add user signup/registration (Fixes #8)
- Add support for new Login/Conset flow in hydra 1.0.0
- Add ApiKey support for hydra consent
- Add CAPTCHA support
- Add Globus support to user account sign up
- Simplify login to be more like FreeIPA (password+otp)
- Remove security questions
- Remove dependecy on krb5-libs (now using pure go kerberos library)
- Update build to use vgo
v0.0.6 (2018-01-09)
- Add new OAuth/OpenID Connect consent endpoint for Hydra
- Add support for api key access to consent endpoint
- Add user status command
- Add support for FreeIPA 4.5
- Fix optional security question on password reset for fresh accounts (PR #11)
v0.0.5 (2017-08-01)
- Add support for managing SSH Public Keys
- Add support for managing OTP Tokens
- Add support for enabling Two-Factor Authentication
- Refresh UI
v0.0.4 (2015-09-03)
- Min password length configurable option
- Add HMAC signed tokens
v0.0.3 (2015-09-02)
- Rate limiting configurable option
- Re-locate static template directory
- Add check for empty user name in forgot password
v0.0.2 (2015-08-29)
- Add rpm spec
- Set ipahost from /etc/ipa/default.conf
v0.0.1 (2015-08-28)
- Initial release