You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That’s a documentation bug from when the docs were copied / synced to the helper from the policy. Not sure there’s a correct spot in the helper to add debug outputs but if there is maybe we can add support to the helper too.
While migrating to the new security policy, I noticed https://github.com/Pylons/pyramid/blob/master/src/pyramid/authentication.py#L950-L955 but it is not used in the constructor, leading to:
TypeError: __init__() got an unexpected keyword argument 'debug'
Is it a bug in the documentation (debug isn't supported anymore?) or a forget while migration to the new authorization/authentication stuff?
The text was updated successfully, but these errors were encountered: