Releases: pagbada/oauth2-server-php
Releases · pagbada/oauth2-server-php
1.0.2: Add client_id as keyId to encoding function
The encoding functions have been updated in the OAuth2 library, specifically in IdToken, JwtAccessToken, and Jwt files, to include client_id as keyId. This allows for the identification of keys during encryption and decryption, offering added security and tracking advantages.
1.0.1: Add client_id as keyId to encoding function
The encoding functions have been updated in the OAuth2 library, specifically in IdToken, JwtAccessToken, and Jwt files, to include client_id as keyId. This allows for the identification of keys during encryption and decryption, offering added security and tracking advantages.
1.0.0: Add client_id as keyId to encoding function
The encoding functions have been updated in the OAuth2 library, specifically in IdToken, JwtAccessToken, and Jwt files, to include client_id as keyId. This allows for the identification of keys during encryption and decryption, offering added security and tracking advantages.