Skip to content

Commit

Permalink
fix: point to the correct documentation page (#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickskalkin authored Oct 21, 2024
1 parent 812711e commit 49d8a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This gem takes the following steps to ensure security.

This gem uses auth tokens that are:
* [changed after every request](/docs/conceptual.md#about-token-management) (can be [turned off](https://github.com/lynndylanhurley/devise_token_auth/#initializer-settings)),
* [changed after every request](/docs/conceptual.md#about-token-management) (can be [turned off](https://devise-token-auth.gitbook.io/devise-token-auth/config/initialization)),
* [of cryptographic strength](https://ruby-doc.org/stdlib-2.1.0/libdoc/securerandom/rdoc/SecureRandom.html),
* hashed using [BCrypt](https://github.com/codahale/bcrypt-ruby) (not stored in plain-text),
* securely compared (to protect against timing attacks),
Expand Down

0 comments on commit 49d8a84

Please sign in to comment.