|
49deb437a6
|
Fix #42: multiple authentication backends (#47)
* Revamp authentication to allow multiple backends
* Make router generate a login route for each backend
* Apply black
* Remove unused imports
* Complete docstrings
* Update documentation
* WIP add cookie auth
* Complete cookie auth unit tests
* Add documentation for cookie auth
* Fix cookie backend default name
* Don't make cookie return a Response
|
2019-12-04 13:32:49 +01:00 |
|
|
b512197094
|
Use singular Event enum name
|
2019-10-31 09:59:41 +01:00 |
|
|
3506df31e7
|
Add ON_AFTER_REGISTER event handler
|
2019-10-25 08:28:29 +02:00 |
|
|
008a8296f2
|
Define on_after_forgot_password with a decorator
|
2019-10-24 09:18:07 +02:00 |
|
|
1e1a3dc06a
|
Setup Flit and lock packages versions
|
2019-10-17 07:48:39 +02:00 |
|
|
49daeff869
|
Close #3: forgot/reset password routes
|
2019-10-13 12:05:10 +02:00 |
|
|
76bb7bf6a5
|
Implement variant of dep injections to get active/super user
|
2019-10-11 08:09:47 +02:00 |
|
|
ef796abb55
|
Reorganize base modules
|
2019-10-10 19:21:36 +02:00 |
|