php-jwt
php-jwt copied to clipboard
Support for DPoP
Does this library support DPoP (Demonstration of Proof-of-Procession)? If so, any sample code?
I don't know much about DPoP, but looking at the RFC, it seems like JWTs are used in DPoP, not the other way around. So this library should be able to help you implement DPoP, but there may not be a specific DPoP support added here.