Skip to content

Using a proxy with anon access does not give the decorated function anon access too #9

@alycejenni

Description

@alycejenni

e.g.

@auth(anon=True)
def action_one(context, data_dict):
	# this one has anonymous access

@auth(proxy='action_one')
def action_two(context, data_dict):
	# this one does not

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions