388 Commits

Author SHA1 Message Date
455f695f52 Fix #630: relative tokenUrl (#636)
* Fix #630: use relative tokenUrl as per the official recommendations

* Improve following review comments

* Fix unmatching backtick

* Improve consistency of authentication backend documentation
2021-05-20 08:52:03 +02:00
a690e82408 Fix typing errors 2021-05-17 09:00:34 +02:00
5267e605f4 Implement password validation mechanism (#632)
* Implement password validation mechanism

* Add invalid password reason

* Always pass user in password validator

* Add password validation documentation
2021-05-17 08:58:23 +02:00
5b76d5d90a Bump dependencies 2021-05-13 17:20:08 +02:00
b47f4b298e Add dark theme to the docs (#631) 2021-05-13 16:55:36 +02:00
89cff15c6b Updated docs to support pip install via zsh (#619)
* Updated docs to support pip install via zsh

* Changed docs to escape square brackets

Co-authored-by: Vlad Hoi <vlad.hoi@ronati.com>
2021-05-02 08:42:30 +02:00
8c4afbaf9f docs: add vladhoi as a contributor (#620)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-05-01 18:06:43 +02:00
13029cb73d Bump version: 5.1.4 → 6.0.0 v6.0.0 2021-04-20 14:46:54 +02:00
3ac67377cb Fix #600: revamp Tortoise/Pydantic interaction (#612) 2021-04-20 14:46:36 +02:00
61a99755e8 Bump version: 5.1.3 → 5.1.4 v5.1.4 2021-04-20 14:40:57 +02:00
5d6be87369 Fix #610: add LOGIN_USER_NOT_VERIFIED to login route documentation 2021-04-20 13:57:00 +02:00
d184d7e90c Fix #609: make behavior more consistent on request verify token
Now, it always returns 202 even if the user is already verified
2021-04-20 13:54:50 +02:00
461e84acae Fix #561: Update a user with an email already existing in DB raises an error 2021-04-20 13:49:00 +02:00
679cd1a1cf docs: add sandalwoodbox as a contributor (#611)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-04-20 09:46:26 +02:00
d2a7ba0460 docs: add alexferrari88 as a contributor (#608)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-04-18 18:26:38 +02:00
3afc2037f1 Switch to GitHub sponsors 2021-04-10 09:59:24 +02:00
61e5b77647 docs: add silllli as a contributor (#586)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-04-02 12:48:57 +02:00
9967053ae0 Fix typos, grammar and spelling mistakes in docs (#584) 2021-04-02 12:47:57 +02:00
e885525497 Bump version: 5.1.2 → 5.1.3 v5.1.3 2021-03-29 08:08:57 +02:00
3ea4f43d07 Tighten requirements.txt deps version to help new resolver 2021-03-29 08:06:04 +02:00
5ad11d4fc0 Bump dependencies 2021-03-29 07:45:06 +02:00
c7c561a7c5 docs: add Smithybrewer as a contributor (#562)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-03-23 14:20:35 +01:00
393b0054cd Bump packages 2021-03-19 18:41:54 +01:00
ef4a54c204 Allow lifetime_seconds to be None to get session cookies 2021-03-19 18:19:58 +01:00
902bcdb8d2 Fix MongoDB unit tests 2021-03-19 18:18:06 +01:00
e7ceb1569c Bump version: 5.1.1 → 5.1.2 v5.1.2 2021-03-08 17:07:16 +01:00
66d7c76a89 Fix BaseUserDB typing by making email, is_active, is_superuser and is_verified non optional 2021-03-08 17:07:07 +01:00
addad8aba7 Bump version: 5.1.0 → 5.1.1 v5.1.1 2021-03-04 19:01:03 +01:00
4805977dfc Fix documentation generation 2021-03-04 17:54:53 +01:00
5258c24762 Apply black 2021-03-04 17:50:37 +01:00
8eb53f4744 Fix #515: remove calls to deprecated user callables in internal codebase 2021-03-04 17:50:19 +01:00
c41b4d1bd4 Add py.typed to the package 2021-03-04 17:37:28 +01:00
e2709f1e31 Remove pipenv and switch to good old pip 2021-03-04 17:35:48 +01:00
cdb62bfdf7 docs: add augusto-herrmann as a contributor (#535)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-03-02 08:14:21 +01:00
a81252c82a fix textual description to match the code (#533) 2021-03-02 08:14:06 +01:00
5446a91383 docs: add rbracco as a contributor (#529)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-02-25 12:00:59 +01:00
7ac5dc8486 Bump version: 5.0.0 → 5.1.0 v5.1.0 2021-02-07 09:59:44 +01:00
48d9a399e0 Fix type errors 2021-02-07 09:58:52 +01:00
4b5a79ae08 Update depreciation flag for dep callables 2021-02-07 09:45:03 +01:00
a8521f94ec Format build.yml 2021-02-07 09:38:29 +01:00
95b5c1b276 docs: add collerek as a contributor (#501)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-02-07 09:35:32 +01:00
579313f887 Ormar backend support (#470)
* Add db adapter for ormar (wip)

* finish ormar support enough to pass tests

* remove idea folder

* update ormar version in tool.flit.metadata.requires-extra

* Add documentation about ormar

* Apply isort and black formatting

* Restore python 3.7 in Pipfile

* Update build.yml

* Add missing test for ormar update

* changes after review

Co-authored-by: Paolo Dina <paolo.dina@codingmoth.com>
Co-authored-by: collerek <collerek@gmail.com>
2021-02-07 09:34:40 +01:00
469d9e73cc Fix all contributors badge position 2021-02-06 18:42:21 +01:00
82c2c43eed docs: add lefnire as a contributor (#500)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-02-06 18:40:52 +01:00
74f5177230 docs: add dralshehri as a contributor (#499)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-02-06 18:40:21 +01:00
4badaefdf8 docs: add p3t3r67x0 as a contributor (#498)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-02-06 18:39:31 +01:00
7d15c1b83a docs: add grigi as a contributor (#497)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-02-06 18:38:32 +01:00
2fa9120286 docs: add MariusMez as a contributor (#496)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-02-06 18:37:42 +01:00
5a596ca504 docs: add prostomarkeloff as a contributor (#495)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-02-06 18:35:45 +01:00
0f8ad9d987 docs: add niazangels as a contributor (#494)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-02-06 18:34:47 +01:00