You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this "enough" to be safe? Could someone maliciously edit a session? The thing we want to prevent is someone passing in a userid that isn't their own to get other peoples' data.
The text was updated successfully, but these errors were encountered:
FEATURE REQUEST
What do you want to happen
Based on a user's login id (from supertokens & prisma schema), fetch their information from the database
Anything else we need to know?
I'm not 100% sure how to do this "safely". From the sample supertokens
HomeView.vue
:Is this "enough" to be safe? Could someone maliciously edit a session? The thing we want to prevent is someone passing in a userid that isn't their own to get other peoples' data.
The text was updated successfully, but these errors were encountered: