Skip to content
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

MVP #1

Open
4 of 11 tasks
aurbano opened this issue Sep 18, 2019 · 0 comments
Open
4 of 11 tasks

MVP #1

aurbano opened this issue Sep 18, 2019 · 0 comments

Comments

@aurbano
Copy link
Member

aurbano commented Sep 18, 2019

Users

  • Registration: Pay using Stripe, receive an account number (uuid)
    • Stage 2 Optionally add an email address to recover account
  • Maybe: Store last 24h transactions, after that they are final
  • API Auth: Send a signed JWT with the user id with each request

Customers

  • Registration/Login: email/pass or OAuth third party
  • Maintain sessions using JWT in cookie, plus another JWT for CSRF in headers.
  • Add domains: verify using TXT DNS, or for subdomains, a file with a known name & content.
  • Edit your payout paypal address
  • View your balances (per domain and total)
  • View past payouts
  • Deleting account
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant