-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Pyramid Authentication Policies #321
Comments
@Harz-FEAR, that's probably because of my inexperience with the framework, what do you think is needed in order to support them? |
It's fairly easy, you must have an Authorization Policy and an AuthenticationPolicy setup, get the headers via Pyramid is very well documented, here is a code example, should be rather easy to implement it. |
With this pull request, Pyramid Authentication Policies could run smoothly. I'm able to write an example with Pyramid Authentication Policies, but I'm not sure what directory name should I use. |
Issue ported to python-social-auth/social-app-pyramid#1 |
Is there a reason why python-social-auth doesn't use the Authentication Policies of Pyramid? The random session cookie is kind of pointless if you have permissions set up.
The text was updated successfully, but these errors were encountered: