firebase / php-jwt

PHP package for JWT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for DPoP

geniqtech opened this issue · comments

commented

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.