mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 23:59:15 +02:00
We are now able to receive a toot and react to it
This commit is contained in:
parent
6fbf8fa44c
commit
3cf1a17087
12 changed files with 398 additions and 48 deletions
|
@ -45,6 +45,7 @@ class SignatureAuthentication(authentication.BaseAuthentication):
|
|||
return serializer.build()
|
||||
|
||||
def authenticate(self, request):
|
||||
setattr(request, 'actor', None)
|
||||
actor = self.authenticate_actor(request)
|
||||
user = AnonymousUser()
|
||||
setattr(request, 'actor', actor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue