Permissions

class AllowAny[source]

Allow any permission class

class BasePermission[source]

Base permission class

Notes

You should extend this class and override the has_permission method to create your own permission class.

async has_permission (scope, consumer, action, **kwargs)
class IsAuthenticated[source]

Allow authenticated only class