Skip to content

Commit

Permalink
feat: add delegatable ability to generate a billing customer portal s…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
travis committed Apr 25, 2024
1 parent 1906d39 commit e39c2fa
Show file tree
Hide file tree
Showing 4 changed files with 3,650 additions and 3,533 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
"@ucanto/core": "^9.0.0",
"@ucanto/interface": "^9.0.0",
"@ucanto/transport": "^9.0.0",
"@w3ui/react": "^2.2.0",
"@w3ui/react": "link:../w3ui/packages/react",
"@web3-storage/content-claims": "^3.2.1",
"@web3-storage/data-segment": "^5.0.0",
"@web3-storage/w3up-client": "link:../w3up/packages/w3up-client",
"archy": "^1.0.0",
"ariakit-utils": "0.17.0-next.27",
"blueimp-md5": "^2.19.0",
Expand Down
Loading

0 comments on commit e39c2fa

Please sign in to comment.