- allow setting
require_selected_account_cookie_interval
andaccounts_cookie_interval
tonil
in order to set the managed cookies as "Session Cookies" (i.e. getting wiped out on browser close).
point release to update project links in rubygems.
Updating integration with rodauth-i18n
, which changed the setup for v0.2.0
.
Support for internationalization (I18n) by hooking up with rodauth-i18n. Shipping translation for english under locales/
dir.
Cookies used for selected account are now secure by default (httponly on, secure if request is TLS-enabled);
Cookie path is now "/" by default.
bugfix: fixing calls to the view helpers when in multi-phase login mode.
bugfix: added missing form templates.
Initial draft, all features added.