- changed status to open
Associate user with request for views with @oauth_required decorator
Enables the following:
<pre> @csrf_exempt @oauth_required def post(request):
- blah blah foo.user = request.user </pre>
Comments (1)
-
David Larlet
- Log in to comment »
Hello,
Thanks for contributing, can you add a test to your patch to verify that it works?
David