mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 20:19:19 +02:00
Update django-oauth-toolkit
This commit is contained in:
parent
1f3239f01d
commit
189166ec7c
6 changed files with 108 additions and 1 deletions
|
@ -393,6 +393,10 @@ class RefreshToken(oauth2_models.AbstractRefreshToken):
|
|||
pass
|
||||
|
||||
|
||||
class IdToken(oauth2_models.AbstractIDToken):
|
||||
pass
|
||||
|
||||
|
||||
def get_actor_data(username, **kwargs):
|
||||
slugified_username = federation_utils.slugify_username(username)
|
||||
domain = kwargs.get("domain")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue