Score:0

Is it possible to allow a user to log in if logged out without identifying them?

au flag

I have to verify that the user has registered and is currently logged out without identifying the user. Essentially, I am looking for privacy-oriented authorization mechanisms which prevent simultaneous user sessions.

SAI Peregrinus avatar
si flag
Keep a list of active session tokens on the server. Delete the token when a user logs off.
tejasvi88 avatar
au flag
@SAIPeregrinus How to generate token without identifying the user? The token should be different for all users.
SAI Peregrinus avatar
si flag
The token is generated on login. It IDs the user, since that's inherent in having users who can log in. If you don't want to ID users you can't have users in the first place. Of course these IDs don't have to be connected to any outside identifying information.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.