Skip to content

Problem on signing a JWT token #10

@ramajd

Description

@ramajd

Since we don't have direct access to private key, we need to generate the signed JWT manually.

as you might know, JWT token consist of 3 parts:

  1. header
  2. payload
  3. signature

creating the JWT according to the regarding RFCs for JWT and JWS, we can't be able to verify the generated JWT token using public key.

can anyone help us on this issue? alternatively having this feature (create signed JWT) included in this module could be helpful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions