c0debrain / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

Session conflicts #276

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Login to the application using social auth
2.Another user is also login to the application using the social auth to my web 
application
3. Second user is able to see my details on the application

What is the expected output? What do you see instead?
There should be unique session for both the users .

Original issue reported on code.google.com by mailbox....@gmail.com on 4 Jul 2013 at 6:33

GoogleCodeExporter commented 9 years ago
Socialauth is not managing the session. It is upto you how you manage session 
and save SocialAuthManager object in session.
So every session has its own manager object which cannot provide the unique 
information unless different users are logging with the same account for a 
provider (e.g facebook)

Original comment by tarun.na...@3pillarglobal.com on 5 Jul 2013 at 9:59

GoogleCodeExporter commented 9 years ago
Closing this issue.

Please open a new issue if you have any other query.

Original comment by tarun.na...@3pillarglobal.com on 23 Jul 2013 at 11:52