ahriman/tests/ahriman/models
Evgenii Alekseev e63cb509f2
Auth support (#25)
* initial auth implementation

* add create user parser

* add tests

* update dependencies list

* add login annd logout to index also improve auth

* realworld fixes

* add method set_option to Configuration and also use it everywhere
* split CreateUser handler to additional read method
* check user duplicate on auth mapping read
* generate salt by using passlib instead of random.choice
* case-insensetive usernames
* update dependencies
* update configuration reference
* improve tests

* fix codefactor errors

* hide fields if authorization is enabled, but no auth supplied

* add settings object for auth provider

* readme update
2021-09-02 23:36:00 +03:00
..
conftest.py add docstrings for every fixture and test methods 2021-08-11 01:55:27 +03:00
test_auth_settings.py Auth support (#25) 2021-09-02 23:36:00 +03:00
test_build_status.py 100% coverage 2021-04-03 21:30:57 +03:00
test_counters.py Add web status route (#13) 2021-04-08 01:48:53 +03:00
test_internal_status.py Add web status route (#13) 2021-04-08 01:48:53 +03:00
test_package_desciption.py 100% coverage 2021-04-03 21:30:57 +03:00
test_package.py 100% coverage 2021-04-03 21:30:57 +03:00
test_report_settings.py Email report (#11) 2021-04-06 05:45:17 +03:00
test_repository_paths.py Feature/all archs (#21) 2021-05-23 16:40:40 +03:00
test_sign_settings.py more options in setup command 2021-04-04 15:42:06 +03:00
test_smtp_settings.py Email report (#11) 2021-04-06 05:45:17 +03:00
test_upload_settings.py Add tests (#1) (#5) 2021-03-28 15:30:51 +03:00
test_user_access.py Auth support (#25) 2021-09-02 23:36:00 +03:00
test_user.py Auth support (#25) 2021-09-02 23:36:00 +03:00