787 Commits

Author SHA1 Message Date
31168ce9d3 Fix #401: missing typing-extensions dependency 2020-11-30 13:44:19 +01:00
8e82b1e172 Use Protocol from typing if available (#402)
Some of the 'experimental' definitions in typing_extensions are added to the typing module in time.

This PR prefers the stdlib imports when available, falling back to typing_extensions as necessary
2020-11-30 13:09:35 +01:00
253e7e0e80 Bump version: 3.0.7 → 3.1.0 v3.1.0 2020-11-22 10:11:09 +01:00
50f687a4fc Bump dependencies 2020-11-22 10:07:22 +01:00
435f29331a Fix #391: put user creation logic in a importable function 2020-11-22 09:57:03 +01:00
e69a124084 Update Tortoise docs and examples 2020-11-21 17:20:51 +01:00
60c618a8a3 Bump version: 3.0.6 → 3.0.7 v3.0.7 2020-11-17 08:38:34 +01:00
2026fb6fff Bump packages 2020-11-17 08:15:56 +01:00
7d5e6faffb Bump version: 3.0.5 → 3.0.6 v3.0.6 2020-10-14 14:16:36 +02:00
3653be9926 Merge branch 'master' of github.com:frankie567/fastapi-users into master 2020-10-14 14:13:10 +02:00
b6d9230f03 Add 3.9 to test matrix 2020-10-14 14:12:52 +02:00
46b9d90ec4 Apply isort to test files 2020-10-14 14:12:04 +02:00
ad56933836 Bump dependencies 2020-10-14 14:11:51 +02:00
97cc799737 Add SQL String length in SQLAlchemy for MySQL compatibility 2020-09-30 14:48:51 +02:00
e18be91f06 Update PyPi classifiers 2020-09-30 08:20:28 +02:00
f3298f3c11 Bump dependencies 2020-09-30 08:17:02 +02:00
8adce74cd9 added samesite option for cookie authentication (#337)
* added samesite option for cookie authentication

* formatted with black and added documentation (grabbed from starlette.io documentation)
2020-09-30 07:27:25 +02:00
c5f53b73d1 Bump dependencies 2020-09-08 17:01:27 +02:00
531fdeed2d Bump version: 3.0.4 → 3.0.5 v3.0.5 2020-08-26 15:51:42 +02:00
8f07b58016 Bump dependencies 2020-08-26 15:47:56 +02:00
5bcbc3048c Remove old Dependabot badge 2020-08-15 16:14:35 +02:00
9e499791de Bump version: 3.0.3 → 3.0.4 v3.0.4 2020-08-13 14:03:40 +02:00
1464273a11 Use standard MongoDB image for unit tests 2020-08-13 14:03:34 +02:00
0d8e0730fc Bump dependencies 2020-08-13 14:03:19 +02:00
f5c8f90843 Bump dependencies 2020-08-02 09:28:23 +02:00
824a590724 Create Dependabot config file (#276)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-27 14:47:40 +02:00
657df06e53 Bump version: 3.0.2 → 3.0.3 v3.0.3 2020-07-21 15:26:13 +02:00
36faea6493 Merge branch 'master' of github.com:frankie567/fastapi-users 2020-07-21 15:25:23 +02:00
754b6f71d9 Bump dependencies 2020-07-21 15:25:16 +02:00
49665ca36d The doubled parenthesis causing error on line 14 has been removed (#268)
The parenthesis causing error on line 14 has been removed.
2020-07-21 15:24:51 +02:00
bde0c96cd8 The doubled parenthesis causing error on line 14 has been removed (#269)
The parenthesis causing error on line 14 has been removed
2020-07-21 15:24:10 +02:00
28f4eed5e5 Bump version: 3.0.1 → 3.0.2 v3.0.2 2020-07-20 16:35:26 +02:00
13ff31ed08 Fix #253 and #258: improve documentation 2020-07-20 16:27:43 +02:00
7630b20bd8 Bump dependencies 2020-07-20 16:22:02 +02:00
6334a4b911 Fix #261: improve email query in MongoDB 2020-07-20 16:18:53 +02:00
4273076831 Add unit test to check email validation 2020-07-20 11:25:50 +02:00
1b6c832b28 Bump version: 3.0.0 → 3.0.1 v3.0.1 2020-07-13 14:20:50 +02:00
8457083093 Bump dependencies 2020-07-13 14:20:41 +02:00
0134a43fad Bump version: 2.0.1 → 3.0.0 v3.0.0 2020-07-09 18:44:50 +02:00
b7dbdf6ea6 Fix #245 : handle email as case insensitive while retrieving user in DB (#250)
* Add unit tests to enforce email case insensitivity

* Handle email as case insentitive while retrieving user in DB

* Apply isort/black

* Add migration doc
2020-07-09 18:44:25 +02:00
e63a67ead3 Bump packages and apply black 2020-07-09 17:28:41 +02:00
1b24d307a8 Bump version: 2.0.0 → 2.0.1 v2.0.1 2020-06-27 17:23:13 +02:00
efad0e0fef fix "Swagger issue for endpoints register & update" (#233)
* fix: Change on the inheritance model, according to the documentation for the request body parameters. #171

* fix: Changes on the documentation examples to fix the inheritance problem when passing the User class (for create or update only passing the pydantic one) #171

* fix: Changes on the documentation examples to fix the inheritance problem when passing the User class (for create or update only passing the pydantic one) #171

* Put back inheritance on update model and factorize create_update_dict methods

Co-authored-by: François Voron <fvoron@gmail.com>
2020-06-27 17:19:53 +02:00
1f3bb524ae Bump dependencies 2020-06-27 16:56:37 +02:00
fa049dbcc5 Bump dependencies 2020-06-22 17:47:18 +02:00
dc9f4c75ce adding warning of insecure SECRET (#232) 2020-06-15 15:41:15 +02:00
638ffb70d0 Add a migration doc for 2.0.0 2020-06-15 14:44:47 +02:00
111af6e2eb Bump version: 1.1.1 → 2.0.0 v2.0.0 2020-06-15 14:35:30 +02:00
75147a7071 fix documentation tokenUrl (#210)
* fix documentation tokenUrl

* Change default login tokenUrl
2020-06-15 14:33:52 +02:00
624172ccf9 Bump fastapi dependency 2020-06-15 14:17:44 +02:00