Releases: sun-asterisk/tech-standard-php-auth
Releases · sun-asterisk/tech-standard-php-auth
Release v1.1.0
What's Changed
- Implement token mapper feature by @anhnt-2136 in #18
- Renew content README by @khaicm-0897 in #19
- Php dev by @dungda-0794 in #20
- Fix CI, Update content relate Implement token mapper by @khaicm-0897 in #21
Full Changelog: 1.0.6...1.1.0
v1.0.6
v1.0.6 (2023-10-27)
What's Changed
- Blacklisted access_token and refresh_token separately by @anhnt-2136 in #17
New Contributors
- @anhnt-2136 made their first contribution in #17
Full Changelog: 1.0.5...1.0.6
Release v1.0.5
Release v1.0.4
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
Release V1.0.2
What i did
- Unit Test
Release v1.0.1
- [Session Auth]
Release v1.0.0
What i did
- Support Laravel ^8.0 | ^9.0 | ^10.0