Skip to content

v0.4.0

Compare
Choose a tag to compare
@janko janko released this 02 Sep 07:51
· 28 commits to master since this release
f9ec7e2
  • 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 return nil instead of raising a KeyError when the omniauth.<key> item isn't present in the env hash.