开发者

Authorization in pylons

开发者 https://www.devze.com 2023-03-27 09:19 出处:网络
I use pylons for develop of my project. What lib开发者_JAVA百科 I can use to authorization users? I know about authkit, but he not supported now.Not related to Pylons specifically, I usually use repoz

I use pylons for develop of my project. What lib开发者_JAVA百科 I can use to authorization users? I know about authkit, but he not supported now.


Not related to Pylons specifically, I usually use repoze.who for authentication and repoze.what for authorization.

http://docs.repoze.org/who

http://docs.repoze.org/what


Here's an excellent tutorial on how to use repoze.who/repoze.what. Which in my opinion is the best way to go. repoze.who/what tutorial

0

精彩评论

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