Is it possible to run spring-social-facebook in stateless mode (i.e., with sessions disabled)? Currently, when trying to do Facebook login, a bunch of data gets stuffed into the session inside of ProviderSignInController. However, I would like to operate a stateless app, and am wondering if this can be done.
