Questions tagged [users]
The users tag has no summary.
83 questions
0 votes
0 answers
93 views
Disable tenants in multi tenant SaaS app
I am building an app where I have tenants and each tenant can have multiple users. The users can do multiple things in the application and these functionalities also are kind of independent from each ...
1 vote
1 answer
87 views
Persistant Browser Display Settings for Users
I have a question about what's the best approach to handle persistent data for web apps. I have a web app that is authenticating through an auth service. once authenticated it makes requests to the ...
-2 votes
1 answer
67 views
User Experience for Fraud Detection [closed]
Users are allowed to post on our website and we have started to get some spam. We have a background process that removes most of them after a few minutes, but are integrating a better solution that ...
0 votes
0 answers
368 views
Best route for multiple user roles with toggleable permissions with React and Django Rest Framework
What is the best way to create dynamic user roles that can have toggleable permissions? I am currently creating my very first website which has a react front end with redux toolkit and redux saga and ...
8 votes
2 answers
534 views
How to prevent potential attackers from finding emails that are already registered?
It seems common practice to not positively indicate during a password reset attempt whether the email requested is actually registered or not. This makes sense because knowing that an email is ...
3 votes
2 answers
114 views
How can I consult users of my FOSS library about a design change idea?
I have a FOSS library made public through GitHub. It's not a big library, it doesn't have a community around it or anything like that - but it does get a few dozen unique clones a week. Now, I'm ...
2 votes
0 answers
69 views
How to model a user management system that deals with both pre-production and production databases?
Context I am currently working on a user management applications (UMA) that manages a data warehouse security management (users, rights etc.). The data warehouse has production databases (and ...
1 vote
1 answer
1k views
User registration across multiple services [closed]
I have multiple web services that need to be integrated into one solution. One frontend would provide access to features from all services. Each of the services has its own native authentication, and ...