summaryrefslogtreecommitdiff
path: root/src/store/modules/Authentication
AgeCommit message (Expand)AuthorFilesLines
2024-05-02Allow to log in when using remote authenticationPaul Fertser1-1/+11
2024-04-25Deduplicate and simplify RoleId handlingPaul Fertser1-2/+5
2023-08-23Remove phosphor-rest style loginEd Tanous1-1/+4
2023-06-02Fix logout button not work on SafariThang Q. Nguyen1-1/+1
2023-03-27Added route restrictions based on user privilegeDamian Celico1-3/+3
2023-02-18Closed KVM new window after WEBUI logged outkirankumarb071-1/+7
2021-12-20[POC] login: Fix waiting in login page after loginLei YU1-2/+2
2020-11-03Update linting packages to use latestDerick Montague1-10/+10
2020-10-23Add support for mutual TLSYoshie Muranaka1-7/+20
2020-10-19Update relative path imports to use '@' aliasSurenNeware1-2/+2
2020-07-22Add check if password change required at LoginYoshie Muranaka1-0/+6
2020-06-17Profile settings pageSukanya Pandey1-0/+1
2020-05-06Add XSRF token to websocket connectionYoshie Muranaka1-1/+2
2020-03-13Fix accessibility violations and use b-form-groupDerick Montague1-2/+3
2020-02-14Clear application state on logoutDerick Montague1-2/+3
2020-01-31Update local user layout and stylesYoshie Muranaka1-12/+5
2020-01-29Add login form validationDerick Montague1-1/+4
2020-01-27Add singlequote override and fix filesDerick Montague1-16/+16
2020-01-27Add cookie based login authenticationYoshie Muranaka1-19/+13
2020-01-23Add login and logout functionalityDerick Montague1-0/+56