Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Dec 8, 2024
1 parent bc8b5f6 commit 16ec096
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,9 @@ $ rails middleware
```

> [!NOTE]
> If you're using a middleware that should be called before Rodauth routes, make sure that middleware is inserted *before* Rodauth. For example, if you're using `[Rack::Attack]` to throttle signups, make sure you put the `rack-attack` gem *above* `rodauth-rails` in the Gemfile, so that its middleware is inserted first.
> If you're using a middleware that should be called before Rodauth routes, make sure that middleware is inserted *before* Rodauth.
>
> For example, if you're using [Rack::Attack] to throttle signups, make sure you put the `rack-attack` gem *above* `rodauth-rails` in the Gemfile, so that its middleware is inserted first.
### Roda app

Expand Down

0 comments on commit 16ec096

Please sign in to comment.