v1.5.0
Changes
- fix(cookies): add #nosec comments to clarify security settings in session cookie templates (cd3e055)
- fix(cookies): add #nosec comments to clarify security settings in cookie templates (b67c2fd)
- fix(tests): update HTTP request creation to use context-aware methods across multiple test files (cc72379)
- fix(tests): update HTTP request creation to use context-aware methods in signup tests refactor(cookies): streamline cookie creation in setSessionCookie and deleteSessionCookie functions fix(cookies): return cookie object in SessionCookieTemplate for consistency fix(contributor): simplify error messages in writeFragment function (502616f)
- fix(tests): remove unused request parameter in HTTP handlers (7554c64)
- Refactor error handling and improve code clarity across multiple files (65177e3)
- feat(rbac): add envIDToNamespace function for environment ID conversion (4f43d4a)
- Merge branch 'main' of github.com:xraph/authsome (05f20c7)
- fix(dependencies): update module versions in go.mod and go.sum for compatibility (788432c)
- Merge pull request #32 from xraph/github-fix (a5555c3)
- chore: run formatter after merging main (24bad9f)
- Merge origin/main and resolve conflicts preferring main (42e0027)
- Delete .claude/settings.local.json (b750692)
- chore(settings): removed uselss file (cadeed4)
- fix:ctx param (4190440)
- fix:ci issues (4ab3287)
- fix:fetch github user email (fdd926a)
Installation
Go:
go get github.com/xraph/authsome@v1.5.0npm:
npm install @authsome/client@1.5.0
npm install @authsome/ui-react@1.5.0Flutter:
dependencies:
authsome_flutter: ^1.5.0What's Changed
New Contributors
Full Changelog: v1.4.2...v1.5.0