Skip to content

Releases: vend/oauth2-server

Actually fix PHP 8.1 deprecation warning

21 Jun 00:00
34c838e
Compare
Choose a tag to compare

Follow-up to 3.1.6 to actually fix the warning for real this time.

Fix PHP 8.1 deprecation warnings

20 Jun 22:22
cdfa35f
Compare
Choose a tag to compare

This release fixes known PHP 8.1 deprecation warnings. See #4.

Improved validation to catch empty inputs

31 Jan 23:28
Compare
Choose a tag to compare

Improved validation in several grant types to catch and return relevant error messages for empty inputs (i.e. an empty string).

Use default generator for refresh tokens

24 Feb 19:24
Compare
Choose a tag to compare

Use the default token generator for refresh tokens.

Use default token generator for auth codes

24 Feb 19:19
Compare
Choose a tag to compare

Remove invalid & redundant namespaces. Use default token generator for generating codes in the authorisation code grant type.

Enable alternative access token generation strategy.

17 Feb 22:43
Compare
Choose a tag to compare

This release enables an alternative access token generation strategy to be used with grant types.