From 49d8a84e4c19a18889c59ed92302d838c8421741 Mon Sep 17 00:00:00 2001 From: Nikita Skalkin Date: Mon, 21 Oct 2024 13:19:49 +0200 Subject: [PATCH] fix: point to the correct documentation page (#1634) --- docs/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security.md b/docs/security.md index c10d3dddf..20b0a8f84 100644 --- a/docs/security.md +++ b/docs/security.md @@ -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),