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
1811d4aa2d
Add pytest markers and skip procedure for MongoDB tests
2019-11-02 14:09:43 +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
49daeff869
Close #3 : forgot/reset password routes
2019-10-13 12:05:10 +02:00
François Voron
f3b7fa662a
Ensure columns in SQL schema are not nullable
2019-10-11 13:08:03 +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
ef796abb55
Reorganize base modules
2019-10-10 19:21:36 +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
9f41a8b9a7
Use a Base table class for SQLAlchemy adapter
2019-10-09 18:03:10 +02:00
François Voron
d781a41872
Install Black formatter
2019-10-09 16:52:06 +02:00
François Voron
20aa806375
Rename DB classes
2019-10-07 17:34:12 +02:00
François Voron
51b67b0739
Add get by id method on DB adapter
2019-10-07 07:53:56 +02:00
François Voron
c4ff6ca3fe
Implement password hash migration
2019-10-07 07:50:19 +02:00
François Voron
a81b438ec9
Implement authentication mechanism
2019-10-06 11:53:42 +02:00
François Voron
bcc88a8b14
Implement working SQLAlchemy DB adapter
2019-10-06 11:00:24 +02:00