Hacker News new | ask | show | jobs
by leros 1547 days ago
Stripe doesn't really do user management. You still need to implement authentication and authorization yourself. Stripe does create a "customer", which you can then associate with a user or team of users in your application however you see fit.