开发者

How Ruby's authlogic is compared to Python's repoze.what/who library?

I am trying to understand architecture of authlogic and r开发者_Python百科epoze.what/who libraries but I could get the first level architectural definition. repoze packages seems to use the zope modules at some level..

Are there any equivalent or easier authentication framework like authlogic available in python? (I do not use Django.. I use Pylons)

Anyone has more insight into these libraries?


After a quick look at authlogic's homepage, I would say it can be compared to repoze.who because they both handle authentication. On the other hand, repoze.what handles authorization. For more information, you may want to see this: http://gustavonarea.net/blog/posts/repoze-auth/

HTH.

PS: Neither repoze.who or repoze.what use Zope (it's the wider Repoze project that is related to Zope). repoze.who uses zope.interface, but that's a Zope-independent library which was born within the Zope project.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜