firebase / php-jwt

PHP package for JWT
BSD 3-Clause "New" or "Revised" License
9.3k stars 1.26k forks source link

Support for DPoP #535

Open geniqtech opened 10 months ago

geniqtech commented 10 months ago

Does this library support DPoP (Demonstration of Proof-of-Procession)? If so, any sample code?

bshaffer commented 7 months ago

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.