Don't execute authenticate decorator if user_context already exists - Prevents overriding user_context when request first goes through apply_policies decorator - Improves performance by not executing authenticate policies twice when request goes through multiple secured endpoints
6.2.0
- Force authorization policies to return a tuple of PolicyContext and UserContext
6.1.0
- Move access_restrictions to user_context
6.0.0
- Introduce tenant_names and tenant_objects instead of tenant - Introduce access restrictions