Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 20:04
· 704 commits to main since this release

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.0

npm:

npm install @authsome/client@1.3.0
npm install @authsome/ui-react@1.3.0

Flutter:

dependencies:
  authsome_flutter: ^1.3.0

Full Changelog: https://github.com/xraph/authsome/commits/v1.3.0