Skip to content

v1.7.2

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 17:40
· 58 commits to main since this release
4eda823

Changes

  • Merge pull request #102 from xraph/sso-link-passwordless-invited (4eda823)
  • fix(dependencies): update forge and go-utils to latest versions (ad91ad4)
  • feat(connection): add optional display name for SSO connections across multiple languages (8e0977d)
  • fix(plugin): standardize formatting in startLogin function for clarity (bc81f75)
  • feat(sso): implement query-free OIDC redirect URI and state management for connection IDs (cc4a76a)
  • fix(tests): update email domains in SSO tests to use example.com (1a14fc7)
  • feat(connection): add enforced field to Connection type across multiple languages (17b2be6)
  • fix(sign-in): remove unnecessary initialization of resolution variable (a3d1479)
  • feat(sso): implement SSO discovery and routing in SignInForm component (95e486a)
  • feat(sso): implement SSO enforcement for domain connections, requiring SSO for password logins (238ceeb)
  • feat(sso): add after-sign-in plugin emission for SSO logins to ensure audit records (9695e02)
  • feat(sso): add tests for linkable existing user and enhance linking logic for invited accounts (5fc0549)

Installation

Go:

go get github.com/xraph/authsome@v1.7.2

npm:

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

Flutter:

dependencies:
  authsome_flutter: ^1.7.2

What's Changed

  • feat(sso): add tests for linkable existing user and enhance linking l… by @jaymesC in #102

Full Changelog: v1.7.1...v1.7.2