|
|
480a6bc4df
|
Move validate_password into UserManager
|
2021-09-14 14:01:57 +02:00 |
|
|
|
fdc8e54253
|
Improve generic typing
|
2021-09-14 11:53:43 +02:00 |
|
|
|
dade8c263d
|
Revamp implementation with a manager layer and db class as dependency callable
|
2021-09-14 11:12:34 +02:00 |
|
|
|
5267e605f4
|
Implement password validation mechanism (#632)
* Implement password validation mechanism
* Add invalid password reason
* Always pass user in password validator
* Add password validation documentation
|
2021-05-17 08:58:23 +02:00 |
|
|
|
435f29331a
|
Fix #391: put user creation logic in a importable function
|
2020-11-22 09:57:03 +01:00 |
|
|
|
7721f8dcc1
|
Revamp authentication routes structure (#201)
* Fix #68: use makefun to generate dynamic dependencies
* Remove every Starlette imports
* Split every routers and remove event handlers
* Make users router optional
* Pass after_update handler to get_users_router
* Update documentation
* Remove test file
* Write migration doc for splitted routers
|
2020-05-24 10:18:01 +02:00 |
|