-
-
Notifications
You must be signed in to change notification settings - Fork 603
Closed
Description
Hello,
I have a case where I need to validate a token issued by someone else simply by using the provided public key of the pair.
In 'ye olde days', I'd parse the token with an anonymous parser and then I'd call ->verify(my signer, public key).
Now it seems like the verify has been deprecated and it's not clear for me how I should go about simply verifying a token using a known algorithm and just a public key (in configuration for asymmetric, the second param is the private key and it's not optional).
I feel a bit dumb but as far as this scenario goes I haven't managed to find a working way looking through the docs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels