Skip to main content

@acromedia/gesso-authentication

8.1.0

Minor Changes

  • 96e9df7: feat: add SSO support to authentication provider — AuthPlugin interface with authorize, handleCallback, refreshTokens, and getUserProfile methods, GessoTokenSet and GessoUser types with roles/groups/metadata, createCustomAuthProvider for redirect-based auth flows, and normalized error handling with AuthErrorCode
  • 65d2776: feat: add @acromedia/gesso-authentication provider package with provider-agnostic AuthPlugin interface, GessoUser, GessoTokenSet, GessoSession types, authentication() factory function, GessoAuthError error handling, and GessoAuthHooks lifecycle hooks
  • a76f4bb: feat: add runtime behavior to authentication provider — createSessionManager for session lifecycle, normalizeAuthError for error mapping, createCommerceAuthPlugin and createCmsAuthPlugin adapters, lifecycle hooks wiring in getAuth, and validatePlugin utility