Releases: SallaApp/oauth2-merchant
Releases · SallaApp/oauth2-merchant
2.0.4
What's Changed
- fix(partners): Fix Laravel 11 Compatibility- Implement
getAuthPasswordName()
Method in OAuthUser Model by @salzebari in #35 - Fix typo: change redirectUri to redirectUrl by @moqasalem in #27
New Contributors
- @salzebari made their first contribution in #35
- @moqasalem made their first contribution in #27
Full Changelog: 2.0.3...2.0.4
Fix Bug
fix(partners): Fix get user from cache (#33) hotfix(partners): Fix get user from cache
2.0.2: feat(core): Support check user scopes in middleware (#32)
- Implement scope check in the middleware
2.0.1: cleanup
Signed-off-by: Salah Alkhwlani <[email protected]>
Support Laravel
- Support Laravel Guard
- Min supported PHP 8.1
- Enhance the unit test
- Upgrade the dependence packages
1.4.1
- added missing $option parameter (#26)
Update API Response
Merchant Details updated (#10) Co-authored-by: Ahmed Bally <[email protected]>
Support override default headers
1.3.0 Support overrid default headers
Support Change Base Url
1.2.0 Support change base url
1.1.0
Update README.md