ba-thesis/app/authentication
2023-08-17 20:14:34 +02:00
..
migrations feat: add auth and login/logout views 2023-07-21 19:08:48 +02:00
templates/authentication feat: fix deployment settings 2023-08-17 20:14:34 +02:00
__init__.py feat: add auth and login/logout views 2023-07-21 19:08:48 +02:00
apps.py feat: add auth and login/logout views 2023-07-21 19:08:48 +02:00
forms.py fix: add missing fields to registration form 2023-07-31 00:21:21 +02:00
README.md docs: split README by module and add some more information 2023-08-02 14:58:04 +02:00
urls.py feat: begin work on signup flow 2023-07-28 18:23:49 +02:00
views.py feat: add registration finalization and fix UI bugs 2023-08-01 15:46:50 +02:00

Authentication

This module handles user management, such as user login and user registration.

This also includes handling the oauth2 token retrieval in the background, which is necessary to retrieve data from the Withings Public Health Cloud on behalf of users.