dashboard/accounts
Aravinth Manivannan 2ccf3d9679
feat: confirm access decorator
DESCRIPTION
    Some views are privileged and unauthorized execution can have
    irreversible changes. confirm_access decorator checks if the user's
    session is verified for privileged operation execution.

    If not, it will redirect user to "accounts.sudo" vie" vie" vie" view
2022-06-18 21:52:18 +05:30
..
management/commands fix: management command runner expects classes named "Command" 2022-06-11 18:30:18 +05:30
migrations feat: add creation time to account confirmation challenge 2022-06-11 16:09:47 +05:30
templates fix: login redirection 2022-06-18 20:02:54 +05:30
__init__.py feat: bootstrap authentication pages 2022-06-10 17:24:06 +05:30
admin.py feat: bootstrap authentication pages 2022-06-10 17:24:06 +05:30
apps.py chore: fix linting cmd and apply linting 2022-06-10 17:32:29 +05:30
decorators.py feat: confirm access decorator 2022-06-18 21:52:18 +05:30
models.py feat: add creation time to account confirmation challenge 2022-06-11 16:09:47 +05:30
tests.py fix: logout route was being served by wrong handler and tests 2022-06-18 19:53:26 +05:30
urls.py fix: logout route was being served by wrong handler and tests 2022-06-18 19:53:26 +05:30
utils.py feat: confirm access decorator 2022-06-18 21:52:18 +05:30
views.py fix: login redirection 2022-06-18 20:02:54 +05:30