[ANN] rodauth-select-account 0.1.0 released

rodauth-select-account 0.1.0 has been released.

Project page: HoneyryderChuck / Rodauth Select Account · GitLab
<https://gitlab.com/honeyryderchuck/rodauth-oauth>
Example application: https://gitlab.com/honeyryderchuck/rodauth-select-
account/-/blob/master/examples/goggles.rb

rodauth-select-account is an extension feature to rodauth, that allows
users to manage multiple accounts in the same session. The functionality is
similar to the google top-right login idget, which allows one to switch
across multiple google accounts.

# as simple as
rodauth do
  enable :select_account, :login, :logout ....
end

It provides the following features:

* Add Account flow, including default forms;
* Select Account flow, including forms;
* "require_select_account", a method to ensure a user selects an account
before performing an action;

## 0.1.0

Support for internationalization (I18n) by hooking up with [rodauth-i18n](
GitHub - janko/rodauth-i18n: I18n integration and translations for Rodauth authentication framework). Shipping translation for english
under `locales/` dir.