I'm looking for a good authentication/authorization framework for Bottle. I would love something that is fast and easy to use.
I've seen recommendations for repoze.what and repoze.who, but their documentation looks scary (I'm not sure what to even make of the repoze.who documentation).
There seems to be a new framework in play called Cork. It looks super easy to use. Has anyone here actually used it in a project? Also, what do you guys think of the saving of user credentials in a file (as opposed to a db table)?