-
Thanks for all the great work on `rodauth-rails`.
I've just tried an install on a fresh Rails 7 app using MySQL and caught one small issue, which I've solved but thought it might be helpful to shar…
-
### Feature
From [here](https://discord.com/channels/836637622432170028/1101956759729483827/1102836906645016586).
Most apps have a `User` model. When you install Avo in an existing app it should…
-
Hey @janko!
When I was working on implementing Rodauth Omniauth with a [Prefix URL](https://github.com/mdodell/rodauth_omniauth_test/blob/main/app/misc/rodauth_app.rb#L8), I noticed that when my Om…
-
I'm seeing an interaction (or failure to interact) between my call to `create_account` and the Rails query cache. Specifically I've got a class whose trimmed down and simplified representation looks …
-
Hello,
With my current project, the `identities` association does not work, but the rest of the authentication works like a charm, and the entry in the `account_identities` table is present.
Ver…
-
is it possible that email subject creation is not honoring the content of 'email_subject_prefix' in a locale file?
the rodauth-i18n generator leaves the prefix empty, but when adding any string the…
-
In our app, we want to catch CSRF errors to be able to store more details about what is triggering them and return a custom response to the user.
We are using a `rescue_from ActionController::Inval…
-
### Context
After running bundle update avo does not render any content after clicking on a resource. Maybe something with "view_component" - this gem was updated to version 3.0.0 yesterday
I have…
-
👋,
I'm moving from Devise to Rodauth and one important functionality I'm missing is Invitation flow.
Is there an alternative to [Devise Invitable](https://github.com/scambra/devise_invitable)?
…
-
Hi, When trying to use the `omniauth-google_oauth2` gem as stated in the documentation, along with the `rodauth-omniauth` gem. The following errors occur due to version dependencies of `omniauth`
`…