EnkeyMC / IIS-VUT-3BIT-2018

Bug tracker information system in Django and React
0 stars 0 forks source link

Přihlášení/Registrace uživatelů #8

Closed EnkeyMC closed 5 years ago

EnkeyMC commented 6 years ago

Backend

@zdenek-c: Prozkoumat možnosti Djanga, navrhnout api

Frontend

@EnkeyMC: Udělat přihlašovací/registrační stránku, udržování stavu uživatele, session timeout

zdenek-c commented 6 years ago

To authenticate, the Authorization header should be set on the request, with a value of the word "Token", then a space, then the authentication token provided by LoginView/RegisterView (/api/auth/login/ or /api/auth/register/)

EnkeyMC commented 6 years ago

Potřeboval bych nějak ověřit jestli token ještě platí (jestli jsem ještě přihlášený).