We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f241d2 commit 6526f36Copy full SHA for 6526f36
README.md
@@ -47,6 +47,15 @@ This library supports the following algorithms:
47
- None - Unsecured JWTs
48
- HS256 - HMAC using SHA-256 hash algorithm (default)
49
50
+#### Additional Algorithms
51
+
52
+Support for HS384 and HS512 can be found in the `algorithms-hs` branch which depends on an unreleased version of CryptoSwift. It can be installed via:
53
54
+```ruby
55
+pod 'JWT', :git => 'https://github.com/kylef/JWT.swift.git', :branch => 'algorithms-hs'
56
+pod 'CryptoSwift', :head
57
+```
58
59
## License
60
61
JWT is licensed under the BSD license. See [LICENSE](LICENSE) for more info.
0 commit comments