Skip to content

Release 3.0.48

Choose a tag to compare

@bvdcode bvdcode released this 25 Feb 17:59
· 20 commits to main since this release
Support access token in cookies and centralize param name

Introduce AccessTokenParamName constant to avoid hardcoding the access token parameter name. Update JWT authentication to check for the token in both query string and cookies, improving flexibility and maintainability.