11 Commits

Author SHA1 Message Date
caa17889e1 Drop Python 3.8 support 2024-11-03 12:51:32 +00:00
f7a31c579d Replace passlib in favor of pwdlib 2024-03-11 14:04:50 +01:00
e7972561c0 Upgrade and apply Ruff linting 2024-03-11 13:51:43 +01:00
0605920c21 Drop Python 3.7 support 2023-06-27 15:30:38 +02:00
7f6d038d91 Create a class helper to let configure the password hasher dynamically 2022-03-22 14:16:49 +01:00
1ede89933a Revert "Enable Argon2 for password hashing"
This reverts commit 123328c559184e308774e241b3944c1a06e429ba.
2022-01-03 10:37:15 +01:00
123328c559 Enable Argon2 for password hashing 2021-12-31 16:05:00 +01:00
88b133d41c Implement OAuth2 flow (#88)
* Move users router in sub-module

* Factorize UserRouter into EventHandlersRouter

* Implement OAuth registration/login router

* Apply isort/black

* Remove temporary pytest marker

* Fix httpx-oauth version in lock file

* Ensure ON_AFTER_REGISTER event is triggered on OAuth registration

* Add API on FastAPIUsers to generate an OAuth router

* Improve test coverage of FastAPIUsers

* Small fixes

* Write the OAuth documentation

* Fix SQL unit-tests by avoiding collisions in SQLite db files
2020-01-17 11:43:17 +01:00
d781a41872 Install Black formatter 2019-10-09 16:52:06 +02:00
c4ff6ca3fe Implement password hash migration 2019-10-07 07:50:19 +02:00
4e0b0f6f7d Start foundations 2019-10-05 17:39:37 +02:00