François Voron
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
François Voron
104a6c6bf5
Inject every models variations and DB model in DB adapters ( #84 )
...
* Inject every model variations in router and DB model in DB adapters
* Update documentation and import Tortoise in db module
* Use path operation decorator dependencies for superuser routes
2020-01-04 15:36:34 +01:00
François Voron
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
François Voron
f6ab644691
Apply Black formatting
2019-10-29 13:35:38 +01:00
François Voron
9b7ec58800
#21 : Add superuser routes ( #30 )
...
* Add CRU superuser routes
* Add delete method on DB adapters
* Add superuser delete route
* Add superuser routes documentation
* Pass black formatter
2019-10-29 13:32:44 +01:00
François Voron
089d088268
Fix Deepsource issues ( #22 )
...
* Fix Deepsource issues
* Add docs/ to Deepsource exclusion list
* Fix black formatting
2019-10-20 16:16:52 +02:00
François Voron
f2892aa378
#5 Improve test coverage ( #6 )
...
* Improve test coverage of BaseUserDatabase
* Improve unit test isolation
* Improve coverage of router and authentication
2019-10-15 07:54:53 +02:00
François Voron
49daeff869
Close #3 : forgot/reset password routes
2019-10-13 12:05:10 +02:00
François Voron
76bb7bf6a5
Implement variant of dep injections to get active/super user
2019-10-11 08:09:47 +02:00
François Voron
ef6dd2c39c
Implement user-facing API
2019-10-10 18:55:11 +02:00
François Voron
0112e700ac
Improve typing and make User pydantic models dynamic
2019-10-10 13:37:52 +02:00
François Voron
af63280cf7
Use snake case for user_db variable 😱
2019-10-10 07:27:53 +02:00
François Voron
d781a41872
Install Black formatter
2019-10-09 16:52:06 +02:00
François Voron
06dd8ad22e
Implement JWT authentication
2019-10-08 17:18:38 +02:00
François Voron
20aa806375
Rename DB classes
2019-10-07 17:34:12 +02:00
François Voron
4ff6e2ad2b
Add inactive user handling
2019-10-06 13:23:08 +02:00
François Voron
a81b438ec9
Implement authentication mechanism
2019-10-06 11:53:42 +02:00