Hi there,
I am trying to take this implementation, using JOSE, and see if I can use this php-jwt library to create a token in the similar fashion:
var jweToken = JWT.Encode(payload, jweKey, JweAlgorithm.DIR, JweEncryption.A128CBC_HS256);
I'm trying to get the JweAlgorithm.DIR set up. Does php-jwt support this? I looked at source code but not sure if I've missed something.
Hi there,
I am trying to take this implementation, using JOSE, and see if I can use this php-jwt library to create a token in the similar fashion:
I'm trying to get the JweAlgorithm.DIR set up. Does php-jwt support this? I looked at source code but not sure if I've missed something.