-
-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: credentials manager * feat: credentials apis * fix: startup errors * feat(ui): login page * fix: authentication working * feat: use jwt with socketio * fix: authentication management on refresh * fix: lint errors * fix: other lint errors * feat: password update dialog * fix: lint errors * chore: CSRF protection * fix: disable csfr for now * fix: remove credential store, use json store instead and hash/salt user psw * fix: user password localstorage * fix: don't return user not found * fix: typo * fix: logout failed error * fix: removed credentials key and file from config * fix: use passwordHash prop for users * feat: pluggable settings * fix: login/logout when switching mode * fix: typo * fix: docs and error when session secret is not changed * fix: csfr * fix: lint issues * fix: USE_SECURE_COOKIE env var * fix: add some more rate limiters * fix: lint errors * fix: added missing rate limiter * fix: use path.normalize to make path secure * fix: typo * fix: lint issues * fix: don't return success on auth if session is present * fix: lint issues * docs: add auth * fix(ui): login ui * fix(ui): toggle password visibility * fix(ui): don't directly use store vars in settings * fic(ui): show error and allow retry when checkAuth fails
- Loading branch information
1 parent
fa6eeca
commit 7eef6c5
Showing
19 changed files
with
1,614 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.