You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GIVEN the Embed solution is deployed,
WHEN a user opts to claim a Web2 stamp for which OAuth is required,
THEN a popup flow facilitates the authentication and verification process.
Update the implementation for Google, Discord, Github & Coinbase.
Tech Notes
need to add the /challenge and /verify API endpoints in the embed service
on /verify stamps shall be saved to the DB similar like in the auto verification flow
break out the secrets & env configuration to its own 1P entry and add the service & popup items there?
atm, only LinkedIn works, we need to add support for GH, Discord and Google
deployment of the popup page via GHA + pulumi
Product & Design Links:
N/A
Open Questions:
Notes/Assumptions:
The text was updated successfully, but these errors were encountered:
User Story:
As a user of the Embed solution,
I want Web2 OAuth flows to be integrated,
So that I can authenticate using popular services via a popup flow.
Depends on:
Acceptance Criteria
GIVEN the Embed solution is deployed,
WHEN a user opts to claim a Web2 stamp for which OAuth is required,
THEN a popup flow facilitates the authentication and verification process.
Update the implementation for Google, Discord, Github & Coinbase.
Tech Notes
/challenge
and/verify
API endpoints in the embed service/verify
stamps shall be saved to the DB similar like in the auto verification flowProduct & Design Links:
N/A
Open Questions:
Notes/Assumptions:
The text was updated successfully, but these errors were encountered: