Skip to content

Commit

Permalink
Reword CSRF note
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Nov 17, 2024
1 parent ad0b790 commit 17fe759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ bundle add rodauth-omniauth
```

> [!NOTE]
> The request validation phase will call Rodauth's CSRF protection, so there is no need for gems like `omniauth-rails_csrf_protection`.
> Rodauth's CSRF protection will be used for the request validation phase, so there is no need for gems like `omniauth-rails_csrf_protection`.

## Usage
Expand Down

0 comments on commit 17fe759

Please sign in to comment.