Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security: groupfinder callback is redundant
With Pyramid 2 style security policies, this is already handled in the security policy. The groupfinder callback used to be passed to the AuthorizationPolicy, but since the Authentication and AuthorizationPolicy have been moved to a singular class this callback isn't used.
- Loading branch information