Skip to content

Releases: sun-asterisk/tech-standard-php-auth

Release v1.1.0

06 Nov 04:14
091d050
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.6...1.1.0

v1.0.6

27 Oct 13:53
d71dd1f
Compare
Choose a tag to compare

v1.0.6 (2023-10-27)

What's Changed

  • Blacklisted access_token and refresh_token separately by @anhnt-2136 in #17

New Contributors

Full Changelog: 1.0.5...1.0.6

Release v1.0.5

13 Sep 08:09
072eb2f
Compare
Choose a tag to compare

v1.0.5 (2023-09-13)

Other Changes

Fix bug check key config auth generate exists in info users table #16

Release v1.0.4

13 Sep 06:20
5d32edf
Compare
Choose a tag to compare

v1.0.4 (2023-09-13)

Other Changes

  • The information in the user table is too long, causing the access token to be too long. On Chrome browser max token size allows cookies up to 4096 bytes. If the token size is larger than the above limit, it will cause an error

  • When sending the above request using CURL via the command line, it also causes an error

Release v1.0.3

08 Jun 12:35
7aa4621
Compare
Choose a tag to compare

v1.0.3 (2023-06-08)

Other Changes

  • [Enhancement]Expose the jwt invalidate method: Add Conventional Changelog 79826c7

Release V1.0.2

16 Apr 05:58
744ed29
Compare
Choose a tag to compare

What i did

  • Unit Test

Release v1.0.1

13 Mar 01:51
5f8b3ac
Compare
Choose a tag to compare
  • [Session Auth]

Release v1.0.0

28 Feb 09:49
066b944
Compare
Choose a tag to compare

What i did

  • Support Laravel ^8.0 | ^9.0 | ^10.0