Hi, I would like to implement a function to allow all user to share 1 common account for authenticating. That mean a user will have a token, storing his information such as Full Name, Email Address, etc. and he will use this token to login with the common account
To specify the information of logon user, I will use information from token.
I only want these information temporary store in the session, and would be wiped out after user logout. But, by calling these IUser APIs, these information are persisted to system. Is there any good way to do that? Thanks asked 25.04.2017 at 23:47 thienqh |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 25.04.2017 at 23:47
Seen: 1,759 times
Last updated: 26.04.2017 at 20:09
Since you didn't mentioned anything regarding authentication, how about creating a new
IUser
everytime?