We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user, I want to authenticate only once in the main application so that I do not need to authenticate again inside the embed mode
As a developer, I want to have an easy solution to disable the authentication flow in the embed mode so that I can provide the token on my own
As a developer, I want to have an event that the embed mode will listen to so that I can provide the access token to it
As a developer, I want to be able to fire the event via postMessage method so that it works across different origins
postMessage
embed=true
The text was updated successfully, but these errors were encountered:
LukasHirt
Successfully merging a pull request may close this issue.
Description
User Stories
Value
Acceptance Criteria
embed=true
query param is not lostDefinition of ready
Definition of done
The text was updated successfully, but these errors were encountered: