-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat(demo-standard): add Standard Integration to demo #32
Conversation
This is now the recommended setting.
Revert then add demo-angular support.
Required changing the Angular implementation to follow the current recommendations. Required minor changes to the Custom Integration API to make it consistent across platforms.
I updated the Since this modifies There are no changes to the plugin code, just to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR Checklist
Modifies the
demo
app to match thedemo-angular
app, with support for the Standard Integration and a "Create Token" button in the Custom Integration.Closes #25 .
Closes #19 . This is the final PR for the Standard Integration implementation.