Commit Graph

9 Commits

Author SHA1 Message Date
François Voron
e63a67ead3 Bump packages and apply black 2020-07-09 17:28:41 +02:00
François Voron
0a0dcadfdc Use real UUID for User id. and OAuthAccount id. (#198)
* Use UUID for user id and oauth account id

* Update documentation for UUID

* Tweak GUID definition of SQLAlchemy to match Tortoise ORM one

* Write migration doc
2020-05-21 16:40:33 +02:00
François Voron
dbbb9144b0 Expose more options for Cookie authentication 2020-01-11 10:55:02 +01:00
François Voron
ab0b187f20 Implement MongoDB database adapter (#29)
* Implement MongoDB adapter using motor

* Add mongo container to build pipeline

* Tidy up dependencies

* Update documentation for MongoDB

* Export MongoDB adapter from db package

* Pass black format

* Update README
2019-10-27 16:34:30 +01:00
François Voron
13a2e63186 Setup bumpversion 2019-10-20 10:37:22 +02:00
François Voron
a5618399a1 Fix #9: Write documentation (#16)
* Start to write documentation

* Add docs favicon

* Add routes documentation

* Add doc about dependency callables

* Add information about how to make authenticated calls
2019-10-19 18:16:08 +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
ef6dd2c39c Implement user-facing API 2019-10-10 18:55:11 +02:00
François Voron
84660a29c8 Add Makefile 2019-10-10 07:28:00 +02:00