Commit Graph

601 Commits

Author SHA1 Message Date
François Voron
2a6128c9fc Bump version: 10.0.6 → 10.0.7 v10.0.7 2022-06-07 08:49:15 +02:00
François Voron
c5ac2b0e6e Use newer version of Redis dependency incorporating async support 2022-06-07 08:43:41 +02:00
allcontributors[bot]
22aebfe648 docs: add austinorr as a contributor for maintenance (#1011)
* docs: update README.md [skip ci]

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

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-06-06 10:25:43 +02:00
Austin Orr
f42ec866d1 uncap fastapi dependency (#1009)
`fastapi` is a project with a very frequent release cadence, and there's little risk of their upstream improvements breaking things for this project. Users of this excellent tool should be able to update their `fastapi` install without having to also update this library, especially when there are significant breaking changes like the recent 9x-10x improvements.
2022-06-06 10:24:30 +02:00
François Voron
d7e5329e31 Update CodeQL analysis workflow 2022-05-27 09:57:34 +02:00
François Voron
00753a367a Add Security CodeQL analysis workflow 2022-05-27 09:54:36 +02:00
allcontributors[bot]
aeccd07735 docs: add JimScope as a contributor for security (#1007)
* docs: update README.md [skip ci]

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

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-05-27 09:52:45 +02:00
François Voron
b59fc794f3 Bump version: 10.0.5 → 10.0.6 v10.0.6 2022-05-27 09:49:39 +02:00
Jimmy Angel Pérez Díaz
98e6e63a0e Update pyjwt dependency (#1005)
See https://github.com/fastapi-users/fastapi-users/issues/1004#issue-1249761672
2022-05-27 09:49:07 +02:00
allcontributors[bot]
9e497c4275 docs: add schwannden as a contributor for maintenance (#1003)
* docs: update README.md [skip ci]

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

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-05-25 16:21:02 +02:00
François Voron
8121ad0b8c Bump version: 10.0.4 → 10.0.5 v10.0.5 2022-05-25 08:50:21 +02:00
François Voron
1b6b58c0e0 Manually cast user to User schema in routes to avoid issue #1000 2022-05-25 08:27:46 +02:00
François Voron
e8635d9132 Bump version: 10.0.3 → 10.0.4 v10.0.4 2022-05-19 14:45:22 +02:00
François Voron
577e4fdd41 Bump fastapi dependency 2022-05-19 14:41:22 +02:00
François Voron
2477fdffc1 Bump version: 10.0.2 → 10.0.3 v10.0.3 2022-05-10 08:42:09 +02:00
François Voron
ed277b8e6c Bump dependencies 2022-05-10 08:38:18 +02:00
allcontributors[bot]
1bc063a4b9 docs: add killswitch-GUI as a contributor for doc (#988)
* docs: update README.md [skip ci]

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

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-05-09 15:29:21 +02:00
⭕Alexander Rymdeko-Harvey
924d163792 Update Documentation installation and fix new beanie install method (#982)
* Update installation types and fix beanie install

* Move install instructions to redis authentication

* Add Redis install instructions
2022-05-09 15:28:56 +02:00
allcontributors[bot]
7d6cd29a7a docs: add Qwizi as a contributor for bug, bug (#985)
* docs: update README.md [skip ci]

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

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-05-09 09:33:55 +02:00
François Voron
d0d1a0dea1 Bump version: 10.0.1 → 10.0.2 v10.0.2 2022-05-06 15:04:15 +02:00
François Voron
c1ce87b4fe Set orm_mode on BaseUser schema 2022-05-06 14:56:49 +02:00
François Voron
15ce3eaab6 Bump version: 10.0.0 → 10.0.1 v10.0.1 2022-05-06 13:20:33 +02:00
François Voron
78be936297 Put exceptions in a dedicated module to avoid circular imports 2022-05-06 13:17:22 +02:00
François Voron
5f57c75813 Fix AuthenticationBackend typing 2022-05-05 18:16:16 +02:00
François Voron
685984e6e3 Bump version: 9.3.2 → 10.0.0 v10.0.0 2022-05-05 14:58:45 +02:00
François Voron
72aa68c462 Native model and generic ID (#971)
* Use a generic Protocol model for User instead of Pydantic

* Remove UserDB Pydantic schema

* Harmonize schema variable naming to avoid confusions

* Revamp OAuth account model management

* Revamp AccessToken DB strategy to adopt generic model approach

* Make ID a generic instead of forcing UUIDs

* Improve generic typing

* Improve Strategy typing

* Tweak base DB typing

* Don't set Pydantic schemas on FastAPIUsers class: pass it directly on router creation

* Add IntegerIdMixin and export related classes

* Start to revamp doc for V10

* Revamp OAuth documentation

* Fix code highlights

* Write the 9.x.x ➡️ 10.x.x migration doc

* Fix pyproject.toml
2022-05-05 14:51:19 +02:00
François Voron
b7734fc8b0 Bump version: 9.3.1 → 9.3.2 v9.3.2 2022-05-05 11:56:39 +02:00
François Voron
942182923d Add version guards for DB adapters in prevision of v10 2022-05-05 11:55:48 +02:00
François Voron
3024cc896f Fix Fief panel on README 2022-05-04 11:11:22 +02:00
François Voron
d0456e9499 Fix doc outdated panel 2022-05-04 11:01:58 +02:00
François Voron
60e951edc7 Add outdated warning in docs 2022-05-04 10:54:28 +02:00
François Voron
dc4f73f81f Fix CI doc 2022-05-04 10:46:31 +02:00
François Voron
bcc467791a Fix CI doc 2022-05-04 10:44:10 +02:00
François Voron
9304ac0223 Fix CI doc 2022-05-04 10:42:16 +02:00
François Voron
37d44ba3e1 Fix CI doc 2022-05-04 10:35:38 +02:00
François Voron
b98ab0bf66 Fix doc CI 2022-05-04 10:33:20 +02:00
François Voron
403bec9c05 Update mkdocs and configure docs versioning 2022-05-04 10:23:42 +02:00
allcontributors[bot]
e29633204d docs: add KentonParton as a contributor for financial (#963)
* docs: update README.md [skip ci]

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

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-04-23 09:24:35 +02:00
François Voron
f9b2941e3c Fix Fief presentation 2022-04-21 11:57:09 +02:00
François Voron
b9f4f739af Fix Fief beta button 2022-04-21 11:52:39 +02:00
François Voron
af3f9c9d59 Add Fief presentation on README 2022-04-21 11:48:42 +02:00
allcontributors[bot]
eb05ee3e03 docs: add ricfri as a contributor for bug (#961)
* docs: update README.md [skip ci]

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

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-04-21 11:25:49 +02:00
François Voron
05042b5a1e Bump version: 9.3.0 → 9.3.1 v9.3.1 2022-04-21 11:23:10 +02:00
François Voron
bce37a1116 Fix unit test following httpx-oauth update 2022-04-21 11:20:32 +02:00
François Voron
7fc3ed185d Bump dependencies 2022-04-21 11:07:36 +02:00
Richard Friberg
18954cc7bd Add simple solution to update of oauth with more consistent use of identifiers (#953) 2022-04-21 11:06:21 +02:00
François Voron
6ba70bdbc6 Bump version: 9.2.6 → 9.3.0 v9.3.0 2022-03-22 15:12:19 +01:00
François Voron
20682ec4e8 Add docs for PasswordHelper customization 2022-03-22 14:46:12 +01:00
François Voron
7f6d038d91 Create a class helper to let configure the password hasher dynamically 2022-03-22 14:16:49 +01:00
allcontributors[bot]
4f5676b979 docs: add jtv8 as a contributor for code (#947)
* docs: update README.md [skip ci]

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

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-03-22 11:29:58 +01:00