-
Hi, are there any examples and/or tests for ES256?
I'm trying to sign a message with jwt.sign() and I would like to be able to pass in a plain hex private key, but in the example with RS256, a PEM is…
-
_From @karissa on January 26, 2017 22:42_
```
karissa ~/examples/tweet-data
$ dat publish --server=https://beta.datproject.org/api/v1
name: some-tweet-data
some-tweet-data
Publishing archive wit…
-
```
Starting test: JWTAuthProviderTest#testGenerateNewToken
RS384 not available
RS512 not available
ES256 not available
ES384 not available
ES512 not available
org.junit.ComparisonFailure…
-
Here is the code in `verify.js`, lines 61-68, of this repo that determines which algorithms array to attach to the options:
```javascript
options.algorithms = ~secretOrPublicKey.toString().indexOf…
-
Hello there! Coming from a Rails & "Devise" background, I'm rewriting an app and start using Guardian.
The first "newbie" question that comes up is : wow, that's a lot of different keys types (backed…
thbar updated
7 years ago
-
JWT is pretty common these days and I think we should provide out of the box support for it.
This should be very easy to do with the already existing basic token authenticator. Just extend it and u…
-
I'm trying to integrate jwt token in my vertx but can't generate a token.
I got the exception below:
```
java.lang.RuntimeException: Algorithm not supported
at io.vertx.ext.auth.jwt.impl.JWT.sig…
-
I was testing SoftHSMv2 through PKCS#11 and I found it is working fine for ECDSA algorithms ES256 and ES384 but it is not working for the algorithm ES512 (curve P-521)
| Curve | Curve Alias | Curve O…
-
There is a notable inconsistency between JWA spec and Web Crypto API spec with respect to the naming and definition.
Expected work to resolve : @mwatson2 needs to make decision whether we have to cha…
-
Just updated all my libraries and ended up with this error
```
[error] #PID running MosaicApi.Endpoint terminated
Server: localhost:4000 (http)
Request: POST /sessions
** (exit) an exception was rai…