D implementation of JSON Web Token.
- NONE
- HS256
- HS384
- HS512
- RS256
- RS384
- RS512
- ES256
- ES384
- ES512
- NONE
- HS256
- HS384
- HS512
- RS256
- RS384
- RS512
- ES256
- ES384
- ES512
NOTE - Botan supports private keys just in PKCS#8 format (for RS and ES signatures)
- NONE
- HS256
- HS384
- HS512
See DUB page.
dub build --config=openssl
dub build --config=botan
dub build --config=phobos
dub test --config=unittest-openssl
dub test --config=unittest-botan
dub test --config=unittest-phobos