Skip to content

Support for JWE generation? #359

@Tigatok

Description

@Tigatok

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: questionRequest for information or clarification. Not an issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions