© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
126 replies
aliyorulmazdev

✅ Storing data per user

I need an example on good practices for storing the application's data per user.(Web API)

I have an app idea where custommers as soon a I register, they get their own space in the app. They want all my data to be private to them and not possible to be seen by other users.

I need to make sure that my API requests only allow fetching the data specific to the user who requests it.
I can't do something like adding a userId parameter to my API actions. This won't properly secure the data, as anyone would be able to replace that userId with another ID and see the data of another person.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements
Next page

Similar Threads

❔ Storing data which is different per user type
C#CC# / help
3y ago
❔ Storing static data
C#CC# / help
3y ago
Storing login data
C#CC# / help
4y ago
✅ Storing user related data when using an auth provider
C#CC# / help
17mo ago