jumbojett / OpenID-Connect-PHP

Minimalist OpenID Connect client

Home Page:https://github.com/jumbojett/OpenID-Connect-PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phpseclib now natively supports json webkeys

mrvanes opened this issue · comments

$public_key_xml = "<RSAKeyValue>\r\n".

OpenID-Connect-PHP can now do without the xml wrapping of keys and natively parse the json webkeys in phpseclib:
https://github.com/phpseclib/phpseclib/releases/tag/3.0.15
phpseclib/phpseclib@0b3c6e2

taken care of in #327