Skip to content

Releases: pagbada/oauth2-server-php

1.0.2: Add client_id as keyId to encoding function

18 Jun 05:47

Choose a tag to compare

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

18 Jun 05:17

Choose a tag to compare

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

17 Jun 12:41

Choose a tag to compare

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.