timperrett / lift-shiro

Lift Integration with the Shiro security framework
http://blog.getintheloop.eu/2011/08/23/using-apache-shiro-with-lift/
Apache License 2.0
50 stars 32 forks source link

MongoDB SessionDAO #14

Closed alexmnyc closed 12 years ago

alexmnyc commented 12 years ago

Hi,

I'm not sure if this is the right place to ask but I was not able to see how lift-shiro integrated with SessionDAO. I'm looking to store user account data in MongoDB.

Thanks,

Alex

timperrett commented 12 years ago

Hello - to be honest i've no idea what the purpose of SessionDAO is... I don't use it explicitly anyway. I would suggest looking through the code yourself to see where it might fit. To be honest no one has had an issue with the way it is at the moment, so I think you should just be able to configure it via the shiro configuration setup. But again, I don't know - I don't use that feature.