-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auth, Sessions, Permissions #137
Comments
let me tell you what is the current situation: In chronological order-
Other than that there is https, wss which are secure for password transfers, I suggest to look at what flask did and learn from them... |
Just noticed that Tornado already has some support for OAuth, and some default implementatiojns for Google and Facebook: http://www.tornadoweb.org/en/branch2.0/auth.html On the downside, it is not yet supported by Python3. So maybe the best steps are to help port it and then integrate into Weba. |
Sorry, I was looking at an old version of Tornado (v2.0) in the latest version (v3.2) it does support Python3: http://www.tornadoweb.org/en/stable/auth.html?highlight=auth#module-tornado.auth now it also supports out of the box: Twitter, Friendfeed, (in addition to Goodle and Facebook) So I guess the best strategy would be to integrate this functionality into weba. What additional functionality do you think is needed? |
json webtokens On Tue, Jan 28, 2014 at 2:15 AM, Ariel Keselman [email protected]:
|
Any clear ideas on how this is best implemented with WebAlch?
The text was updated successfully, but these errors were encountered: