-
Notifications
You must be signed in to change notification settings - Fork 465
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
Embed: Route Embed Interactions through API Endpoint #3037
Embed: Route Embed Interactions through API Endpoint #3037
Comments
@nutrina to split this issue into two: Engineering team to discuss further rate-limiting strategies |
What do we think about have the url be |
For: We currently are exposing stamp meta data from the passport app at this url: https://app.passport.xyz/stampMetadata.json. Should we hold off on implementing a new endpoint until we have a use case and to see if that use case differs from our current functionality? |
Open points:
|
User Story:
As a developer integrating the Embed solution,
I want to route interactions through a dedicated API service,
So that I can:
Acceptance Criteria
GIVEN a partner integrates the embed component in his web app
WHEN the
embed
component is initialised & renderedTHEN dedicated embed service running on
*.passport.xyz/embed/*
is able to handle all requests from the embed componentProduct & Design Links:
N/A
Tech Details:
passport/embed
) to handle all requests from the embed component (break out the current implementation which is in IAM)/embed/verify/{address}
- to perform the 1-click flow/embed/stamps/metadata
- to return stamp metadata that can be displayed in the UI component (not sure this is needed in the 1st version, it might only be required once we pick up the task regarding web2 stamps)/embed/score/{address}
- to read the score (not sure that this will be needed in the 1st version)Open Questions:
Notes/Assumptions:
The system will handle increased traffic without degrading performance.
The text was updated successfully, but these errors were encountered: