6 Commits

Author SHA1 Message Date
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