We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74ba22 commit 5dd1226Copy full SHA for 5dd1226
docs/security/jwt.es.md
@@ -159,7 +159,7 @@ HMAC (Hash-based Message Authentication Code o código de autenticación de mens
159
160
- `HS256`: HMAC con SHA-256
161
- `HS384`: HMAC con SHA-384
162
-- `HS384`: HMAC con SHA-384
+- `HS512`: HMAC con SHA-512
163
164
```swift
165
// Agrega una clave HS256.
docs/security/jwt.md
@@ -159,7 +159,7 @@ HMAC (Hash-based Message Authentication Code) is a symmetric algorithm that uses
- `HS256`: HMAC with SHA-256
- `HS384`: HMAC with SHA-384
-- `HS384`: HMAC with SHA-384
+- `HS512`: HMAC with SHA-512
// Add an HS256 key.
0 commit comments