-
Notifications
You must be signed in to change notification settings - Fork 3
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: add delegatable ability to generate a billing customer portal session #98
Merged
Conversation
This file contains 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
…ession So far I've implemented generating a session for the current user - next I'll add some UI to delegate this capability to other users by email address. TODO - [ ] add ability to delegate new capability to users - [ ] add UI to generate customer portal sessions for any delegations you have
This was referenced Apr 25, 2024
1) differentiate "my account" from "other accounts" more clearly 2) don't show delegate UI if it won't work
travis
added a commit
to storacha/w3up
that referenced
this pull request
May 13, 2024
Our billing system has an external admin customer portal system and their API lets us generate sessions for it on demand - add a capability that will let our customers delegate this ability the email address that is responsible for paying the bills. See storacha/console#98 for an example of this in action. --------- Co-authored-by: Vasco Santos <santos.vasco10@gmail.com>
Gozala
approved these changes
May 15, 2024
Website preview 🔗✨ |
This is ready to go, but I'm going to wait to deploy until storacha/w3infra#358 is in production since it will not work without that change in the service. |
travis
added a commit
to storacha/w3infra
that referenced
this pull request
May 21, 2024
Implement plan/create-admin-session - see storacha/console#98 for an example of this in action. Originally #358, moving here to unstick the integration tests.
travis
pushed a commit
that referenced
this pull request
Jun 20, 2024
🤖 I have created a release *beep* *boop* --- ## [1.7.0](w3console-v1.6.0...w3console-v1.7.0) (2024-05-23) ### Features * add delegatable ability to generate a billing customer portal session ([#98](#98)) ([fcf3bbe](fcf3bbe)) ### Bug Fixes * don't render escaped <br/> ([#100](#100)) ([d7c0086](d7c0086)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
So far I've implemented generating a session for the current user - next I'll add some UI to delegate this capability to other users by email address.
TODO
access/delegate
Screen.Recording.2024-05-01.at.4.26.53.PM.mov