-
There are two distinct exceptions I am seeing on every (Rodauth) request:
Start:
```
Processing by Authentication::RodauthConfig#call as HTML
[2022-06-20 06:37:30 +0000 rails-app-ggav9s-6554cc…
-
Following the [admin_activation.rdoc](https://rodauth.jeremyevans.net/rdoc/files/doc/guides/admin_activation_rdoc.html) guide I noticed that this two snippets of code won't work with latest release(`2…
-
Hello!
Big fan of the library!
I was wondering if it is possible to get the current user based on the [Cookie Based](https://github.com/janko/rodauth-rails/wiki/JSON-API#json-cookie-based) inst…
-
Hello,
I started migrating some ViewComponent files to Phlex but I am getting "can't modify frozen String" whenever I try to include a class attribute to an anchor tag.
```ruby
# app/frontend…
kucho updated
2 years ago
-
I am currently testing `rodauth` to see if it could be a good use for some of my Rails API only apps.
I made [a basic demo](https://github.com/mdodell/rodauth_demo) following the [Omniauth tutorial…
-
The [models.rb file calls DB.freeze at the bottom](https://github.com/jeremyevans/roda-sequel-stack/blob/f3d555f978c4bc56e38ddfea643faabaeccea2d7/models.rb#L28).
As it was noted in [this rodauth-o…
-
Gemfile
- ruby "3.1.2"
- gem "rails", "~> 7.0.3"
- gem 'rodauth-rails', '~> 1.4', '>= 1.4.2'
I have set RodauthAdmin
```
class RodauthApp < Rodauth::Rails::App
# ...
configure Rodaut…
-
`rodauth-rails`, when overriding [view](https://github.com/janko/rodauth-rails/blob/master/lib/rodauth/rails/feature/render.rb#L12), skips the [set_title](https://github.com/jeremyevans/rodauth/blob/f…
-
## Meta
Capybara Version:
3.37.0
Driver Information (and browser if relevant):
html driver (nokogiri)
## Expected Behavior
That capybara-driven requests are still recognized as coming from "…
-
Out of curiosity, I noticed on the Wiki that I could edit and add pages. ([example page](jankomarohnic)). If this is intentional, then please ignore, but you may want to review the Wiki permissions se…