|
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 |
|
|
7ae2042500
|
Fix #701: factorize JWT handling and support secrets as SecretStr
|
2021-09-09 11:51:55 +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 |
|
|
ef4a54c204
|
Allow lifetime_seconds to be None to get session cookies
|
2021-03-19 18:19:58 +01:00 |
|
|
d4227ae20f
|
Fix #335: implement after_reset_password handler
|
2021-01-12 11:18:34 +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 |
|