Commit Graph

19 Commits

Author SHA1 Message Date
prostomarkeloff
37b34e6d28 Add one more example for route dependency (#40)
* Add one more example for routing dependencie

* fix for more purity

* Delete f-string
2019-11-06 13:14:45 +01:00
François Voron
658161518a Add error codes on routes (#34)
Fix #33
2019-10-31 10:10:53 +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
d9a9d9ba39 Fix lines highlights in MongoDB doc 2019-10-27 16:40:22 +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
7485f79fc5 Fix documentation internal links 2019-10-25 08:54:05 +02:00
François Voron
3506df31e7 Add ON_AFTER_REGISTER event handler 2019-10-25 08:28:29 +02:00
François Voron
008a8296f2 Define on_after_forgot_password with a decorator 2019-10-24 09:18:07 +02: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
f337bf1491 Use README as index for documentation 2019-10-20 10:23:46 +02:00
François Voron
e146e4bca4 Fix #13: add /me update route 2019-10-20 10:11:48 +02:00
François Voron
1996ed69ea Fix #14: add /me route 2019-10-20 09:30:26 +02:00
François Voron
5d4979f9a9 Fix #19: 201 status code on successful registration 2019-10-19 18:36:57 +02:00
François Voron
a4171f8bea Fix #18: check for existing user on registration 2019-10-19 18:31:08 +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
ef1f60d7e5 Fix logo in doc index 2019-10-13 11:24:00 +02:00
François Voron
3225cab543 Add logo for Github and update doc index 2019-10-13 11:06:37 +02:00
François Voron
f2bd2c6485 Update README 2019-10-09 16:58:46 +02:00
François Voron
f6ff897232 Setup Mkdocs 2019-10-09 08:07:49 +02:00