Tokens are now refreshed if they expire
authorGeorgios Atheridis <georgios@atheridis.org>
Mon, 23 Jan 2023 17:17:29 +0000 (17:17 +0000)
committerGeorgios Atheridis <georgios@atheridis.org>
Mon, 23 Jan 2023 17:17:29 +0000 (17:17 +0000)
commit98cd80fd042b527b8c60cb7b2a87eb6ad8bb6883
treedd01b67cd010b40a3985357c509b16ac3a35b277
parentaec74b256b2fef657349fd450d364e635679c4f6
Tokens are now refreshed if they expire

Access tokens of the user who makes the request are now used instead
of the first user in the database. Access tokens are now also refreshed
when they make an unauthorised request.
TODO
core/core/settings.py
core/core/urls.py
core/manager/errors.py
core/manager/models.py
core/manager/request_clip.py
core/manager/views.py