I can authenticate with facebook and everyauth but it doesn't work without the session module plugged in. The error message is...
Step getSession of
I don't want my app to use session.
Is it using it to store the user id of the authenticated user? If so, surely it could just put it in a cookie and encrypt it.