Releases: xraph/authsome
Releases · xraph/authsome
v1.4.1
Changes
- chore: update dependencies to version 1.4.1 for multiple packages and bump confy to v0.5.0 (7d31747)
Installation
Go:
go get github.com/xraph/authsome@v1.4.1npm:
npm install @authsome/client@1.4.1
npm install @authsome/ui-react@1.4.1Flutter:
dependencies:
authsome_flutter: ^1.4.1Full Changelog: v1.4.0...v1.4.1
v1.4.0
Changes
- chore: update dependencies in pnpm-lock.yaml to version 1.4.0 for ui components, core, and react (7c0b2e6)
- feat: add LICENSE and README files for authsome_core, authsome_flutter, and authsome_flutter_ui; update API paths in Go SDK and service logic (72f9a87)
- feat: add README.md and dashboard preview image; update package versions to 1.4.0 across multiple packages (406cd34)
- feat: add session auto-refresh settings and JWT security options (1f2269f)
- feat: add custom signup fields and validation to client config (fd1188c)
- feat: add UpdateEnvironmentSettingsRequest for PATCH /environments/:envId/settings (b0cad6c)
- feat: update operation IDs in RBAC routes for consistency and clarity (fe71a3a)
Installation
Go:
go get github.com/xraph/authsome@v1.4.0npm:
npm install @authsome/client@1.4.0
npm install @authsome/ui-react@1.4.0Flutter:
dependencies:
authsome_flutter: ^1.4.0Full Changelog: v1.3.0...v1.4.0
v1.3.0
Changes
- refactor: remove gosec linter suppressions for integer overflow and sign count validations (6f92e1f)
- feat: update package versions to 1.0.0 and add package-lock.json for TypeScript client (07e4096)
- feat: enhance dashboard and settings UI with improved spacing and layout (ee50319)
- refactor: remove unused Footer component from HomePage (49964fe)
- feat: add enterprise section with feature cards for SSO, SCIM, and more (02b62af)
- refactor: replace httptest with http.NewRequestWithContext in registry tests (54364bf)
- feat: enhance release workflow with module selection and improve dry run handling (a993b9a)
- refactor: update nonce generation and improve test request context handling (129786c)
- fix: correct return type in GetOpenAPISpec and align struct field formatting in types.go (e485224)
- refactor: streamline Flutter dependency management in CI workflows (498fae1)
- feat: add AuthSome SDK for TypeScript and Go (e11e498)
- refactor: update handler return types to use pointers for compatibility with Forge (b3c0945)
- feat: enhance CI/CD workflows, add Flutter and npm release processes, and improve package metadata (5d52a2a)
- Refactor subscription plugin: streamline audit and relay methods, update response types, and enhance error handling (6b91c11)
- refactor: improve error handling and remove unused functions in SCIM plugin (a81e0de)
- Refactor error handling and improve code clarity (6507c33)
- Refactor import statements across multiple files to maintain consistency and improve readability (6fd3701)
- feat(session): add cookie configuration settings for session management (67b2957)
- feat(settings): implement in-memory and nil stores for settings management (b782f12)
- feat: add account management features with password handling and verification (91fc235)
Installation
Go:
go get github.com/xraph/authsome@v1.3.0npm:
npm install @authsome/client@1.3.0
npm install @authsome/ui-react@1.3.0Flutter:
dependencies:
authsome_flutter: ^1.3.0Full Changelog: https://github.com/xraph/authsome/commits/v1.3.0