Skip to content

Commit e39c2fa

Browse files
committed
feat: add delegatable ability to generate a billing customer portal session
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
1 parent 1906d39 commit e39c2fa

File tree

4 files changed

+3650
-3533
lines changed

4 files changed

+3650
-3533
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
"@ucanto/core": "^9.0.0",
2222
"@ucanto/interface": "^9.0.0",
2323
"@ucanto/transport": "^9.0.0",
24-
"@w3ui/react": "^2.2.0",
24+
"@w3ui/react": "link:../w3ui/packages/react",
2525
"@web3-storage/content-claims": "^3.2.1",
2626
"@web3-storage/data-segment": "^5.0.0",
27+
"@web3-storage/w3up-client": "link:../w3up/packages/w3up-client",
2728
"archy": "^1.0.0",
2829
"ariakit-utils": "0.17.0-next.27",
2930
"blueimp-md5": "^2.19.0",

0 commit comments

Comments
 (0)