unnits / bankid-php-client

BankiD client for PHP. Use this library to integrate BankiD into your own PHP applications.
MIT License
1 stars 1 forks source link

3 add support for userinfo endpoint #7

Closed DanCharousek closed 5 months ago

DanCharousek commented 5 months ago

This PR contains one bugfix and one enhancement:

  1. bugfix: VerifiedClaims DTO tried to find claims_profile to use it as $claims property. The correct key to look for is claims (see https://developer.bankid.cz/docs/api/bankid-for-sep search for verified_claims_userinfo)
  2. enhancement: Added client method for reading UserInfo via /userinfo endpoint