I'm using SailsJS with MongoDB. When users are authenticated, their data is stored in a collection named "Sessions".
I'd like to know how I could access this collection so that I can remove all the data in order to force all users to have to log in again. Possibly using Waterline query.
Thanks