Open
Conversation
|
Contributor
|
this is very cool! but it might be best as its own package since we try not to avoid too many dependencies to openauth directly. does that makes sense? |
nullfunc
pushed a commit
to DefangLabs/openauth
that referenced
this pull request
Sep 4, 2025
This PR creates a few more Stripe integrations with the portal: 1. It create a stripe customer object when a user is inserted in the database using Hasura events. 2. When the customer object is created, it also subscribes them to the Hobby product/price. 3. When a user subscription changes or they make a payment, those events get piped through to Segment along with some details so we can eventually build ARPU, LTV etc. dashboards in there. Closes anomalyco#152 Closes anomalyco#163
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #151
This PR adds a new provider which allows you to sign in with an ethereum wallet. Supported connectors include injected (metamask), coinbase and walletconnect.