Why? Honestly, how can you "outsource" such a vital part of your web app to a third party? Not only is this a privacy disaster but also, if this user service goes down or has a temporary downtime, your own business is effectively unusable. I understand that it makes sense to not write these types of user functions and management things over and over again. The solution however, is not a SaaS, but a library or a littl…
Cloud-based User Management for Web Apps
41–50 of 82 posts
Re: Cloud-based User Management for Web Apps
#42Why? Honestly, how can you "outsource" such a vital part of your web app to a third party? Not only is this a privacy disaster but also, if this user service goes down or has a temporary downtime, your own business is effectively unusable. I understand that it makes sense to not write these types of user functions and management things over and over again. The solution however, is not a SaaS, but a library or a littl…
One possible use case: Let's say you are building a new app and you don't know if it will be successful. At this point you are supposed to be working on the core. You are supposed to be talking with the users as soon as possible. You are not supposed to spend your time on things that don't matter such as registration, email delivery, forgot password. If the app becomes successful you can always implement these things…
At this point you are supposed to be working on the coreRe: Cloud-based User Management for Web Apps
#43Earlier quoted context omitted.
One possible use case: Let's say you are building a new app and you don't know if it will be successful. At this point you are supposed to be working on the core. You are supposed to be talking with the users as soon as possible. You are not supposed to spend your time on things that don't matter such as registration, email delivery, forgot password. If the app becomes successful you can always implement these things…
Please , in every languages there are a tons of libraries dealing with these stuffs, Starter projects with these functionalities ... At this point you are supposed to be working on the core
Re: Cloud-based User Management for Web Apps
#44I'm working on something like this, but installable on your own server. Subscribe here if you want to know when I release it: https://lists.codingrobots.net/?p=subscribe&id=3
Nice. I have subscribed to your mailing list. Will be interesting to see how you approach it :)
Re: Cloud-based User Management for Web Apps
#45Re: Cloud-based User Management for Web Apps
#46Now, I know it's on your roadmap, but I would really like to see sample code integrating with one or more payment providers or recurring billing management services. Stripe and Recurly would be top of my list. Would love it if you could get that up soon.
Would also like more docs about the differences between permissions and features. I mean, I think I get it, but more specific text would make me feel more sure.
Minor bug: in my own account information, when I went to go edit it, you have separate fields for given/first name and surname, but you refer to both in the info/help text as a surname or last name.
Anyway, nice job!