Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 29 Mar 00:51
· 697 commits to main since this release

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

npm:

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

Flutter:

dependencies:
  authsome_flutter: ^1.4.0

Full Changelog: v1.3.0...v1.4.0