v0.4.0
-
Unverified accounts are now automatically verified when logging in via OmniAuth if the external email matches the email of the local account. This can be disabled by adding
omniauth_verify_account? false
to your Rodauth configuration. -
When making a GET request to the request path when only POST requests are allowed, a 404 response is now returned instead of an error.
-
Calling
omniauth_*
methods that read data from Rack env hash will now returnnil
instead of raising aKeyError
when theomniauth.<key>
item isn't present in the env hash.