Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing inviteId parameter in authenticate method #56

Closed
beardedhorseman opened this issue Nov 8, 2024 · 1 comment
Closed

missing inviteId parameter in authenticate method #56

beardedhorseman opened this issue Nov 8, 2024 · 1 comment

Comments

@beardedhorseman
Copy link

beardedhorseman commented Nov 8, 2024

In the authress documentation for sending invitations , it is stated that we can pass the inviteId to the authenticate method to log an invited user in, but inviteId is missing in the list of parameters that can be passed to the sdk's authenticate method.


` 
interface AuthenticationParameters {

  connectionId?: string;

  tenantLookupIdentifier?: string;

  responseLocation?: string;

  flowType?: string;

  redirectUrl?: string;

  connectionProperties?: Record<string, string>;

  force?: boolean;

  multiAccount?: boolean;

  clearUserDataBeforeLogin?: boolean;
}
`
@wparad
Copy link
Member

wparad commented Nov 9, 2024

Fixed with #55. Thank you for reporting this. This should now be available in the latest version. However if there are still issues please let us know.

@wparad wparad closed this as completed Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants