Skip to content

Commit

Permalink
Merge pull request #17 from dorianmariecom/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README: authenctication -> authentication
  • Loading branch information
fractaledmind committed Feb 14, 2024
2 parents 3df79f8 + c37b1d0 commit 6e23cee
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 @@ -112,7 +112,7 @@ config.solid_errors.password = Rails.application.credentials.solid_errors.passwo

Either way, if you have set a username and password, Solid Errors will use basic HTTP authentication. If you have not set a username and password, Solid Errors will not require any authentication to view the dashboard.

If you use Devise for authenctication in your app, you can also restrict access to the dashboard by using their `authenticate` contraint in your routes file:
If you use Devise for authentication in your app, you can also restrict access to the dashboard by using their `authenticate` contraint in your routes file:

```ruby
authenticate :user, -> (user) { user.admin? } do
Expand Down

0 comments on commit 6e23cee

Please sign in to comment.