Closed GoogleCodeExporter closed 9 years ago
You can use socialauth without session and create socialauth manager object and
serialize it.
Original comment by tarun.na...@3pillarglobal.com
on 27 Jan 2014 at 12:52
Original comment by tarun.na...@3pillarglobal.com
on 29 Jan 2014 at 1:22
Unfortunately the socialauth-filter (see SocialAuthSecurityFilter and
especially DefaultSASFHelper) makes heavy use of the session to handle the
socialauth-filter flow ...
But anyway I just took another look at this and realized if the
DefaultSASFHelper is made serializable then this solves the issue. The
container will happily add it to the session and the socialauth-filter flow
works fine.
I've created a pull request for the fix:
https://github.com/3pillarlabs/socialauth/pull/7
Original comment by foonug...@gmail.com
on 5 Feb 2014 at 10:17
Original issue reported on code.google.com by
foonug...@gmail.com
on 19 Nov 2013 at 2:09