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
787c2b67b8
Bump dependencies
2020-06-15 14:09:05 +02:00
224a311792
fix "Authorization: Bearer Undefined" on Swagger ( #213 )
...
* fix "Authorization: Bearer Undefined" on Swagger
* updating pytest to recognize access_token
* fix pytest KeyError
* adding changes requested (add token_type to documentation and tests)
* fix documentation
2020-06-15 14:04:03 +02:00
6ff5adfdf2
Fix import error when OAuth is not installed
2020-06-02 07:57:42 +02:00
8431a4b1b2
Bump packages
2020-06-02 07:57:04 +02:00
e850871e79
Fix #208 : add migrations information for MongoDB users
2020-05-29 07:50:43 +02:00
3fab5e5bbb
Bump version: 1.1.0 → 1.1.1
v1.1.1
2020-05-26 16:36:58 +02:00
b9cea9c1ed
Bump fastapi dependency
2020-05-26 16:36:53 +02:00
1c20b4c58a
Bump version: 1.0.0 → 1.1.0
v1.1.0
2020-05-25 08:13:50 +02:00
9508768502
Add get_optional_* dependency callables
2020-05-25 08:13:42 +02:00
71ca7d85ed
Remove default router on FastAPIUsers
2020-05-24 10:50:14 +02:00
ee8908e066
Bump version: 0.8.1 → 1.0.0
v1.0.0
2020-05-24 10:29:56 +02:00
b7d3023f7f
Bump email-validator
2020-05-24 10:29:27 +02:00
52260f6a65
Merge pull request #199 from frankie567/v1
...
* UUID as id.
* Splitted routers
2020-05-24 10:27:08 +02:00
7721f8dcc1
Revamp authentication routes structure ( #201 )
...
* Fix #68 : use makefun to generate dynamic dependencies
* Remove every Starlette imports
* Split every routers and remove event handlers
* Make users router optional
* Pass after_update handler to get_users_router
* Update documentation
* Remove test file
* Write migration doc for splitted routers
2020-05-24 10:18:01 +02:00
9e6b56fe7b
Bump codecov from 2.1.0 to 2.1.3 ( #200 )
...
Bumps [codecov](https://github.com/codecov/codecov-python ) from 2.1.0 to 2.1.3.
- [Release notes](https://github.com/codecov/codecov-python/releases )
- [Changelog](https://github.com/codecov/codecov-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-python/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-23 13:24:02 +02:00
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
df479a9003
Setup stale bot
2020-05-21 09:39:41 +02:00
d814b48280
Bump version: 0.8.0 → 0.8.1
v0.8.1
2020-05-19 08:02:20 +02:00
bf5c122e6d
Bump dependencies
2020-05-19 08:02:08 +02:00
e907e67931
Bump sqlalchemy from 1.3.16 to 1.3.17 ( #185 )
...
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy ) from 1.3.16 to 1.3.17.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases )
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES )
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-19 07:47:27 +02:00
1ec943518a
Bump bumpversion from 0.5.3 to 0.6.0 ( #184 )
...
Bumps [bumpversion](https://github.com/peritus/bumpversion ) from 0.5.3 to 0.6.0.
- [Release notes](https://github.com/peritus/bumpversion/releases )
- [Commits](https://github.com/peritus/bumpversion/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-19 07:46:41 +02:00
a3f298f88e
Bump packages
2020-05-13 09:00:36 +02:00
10d44f20d9
Bump tortoise-orm from 0.16.8 to 0.16.9 ( #167 )
...
Bumps [tortoise-orm](https://github.com/tortoise/tortoise-orm ) from 0.16.8 to 0.16.9.
- [Release notes](https://github.com/tortoise/tortoise-orm/releases )
- [Changelog](https://github.com/tortoise/tortoise-orm/blob/develop/CHANGELOG.rst )
- [Commits](https://github.com/tortoise/tortoise-orm/compare/0.16.8...0.16.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-28 13:31:45 +02:00
c064f3323c
Bump mkdocs-material from 5.1.1 to 5.1.3 ( #166 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 5.1.1 to 5.1.3.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.1.1...5.1.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-28 13:31:10 +02:00
6292c15d77
Bump version: 0.7.3 → 0.8.0
v0.8.0
2020-04-25 14:36:07 +02:00
5ea85beb32
Fix default port in flow page
2020-04-25 14:35:13 +02:00
bf0c924501
Complete documentation with a flow page with curl examples
2020-04-25 14:32:08 +02:00
a9ee467518
Remove list endpoint and related methods
2020-04-25 11:46:20 +02:00
f37e4b90df
Bump databases >=0.3.0,<0.4
2020-04-25 11:37:20 +02:00
639217bb08
Make unit tests full async ( #160 )
...
* Bump pytest-asyncio from 0.10.0 to 0.11.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.10.0...v0.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump pytest-asyncio from 0.10.0 to 0.11.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.10.0...v0.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Convert tests to full async
* Change deprecated yield_fixture
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: François Voron <fvoron@gmail.com>
2020-04-25 11:34:11 +02:00
dd095dd89a
Bump tortoise-orm from 0.16.7 to 0.16.8 ( #164 )
...
Bumps [tortoise-orm](https://github.com/tortoise/tortoise-orm ) from 0.16.7 to 0.16.8.
- [Release notes](https://github.com/tortoise/tortoise-orm/releases )
- [Changelog](https://github.com/tortoise/tortoise-orm/blob/develop/CHANGELOG.rst )
- [Commits](https://github.com/tortoise/tortoise-orm/compare/0.16.7...0.16.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-25 10:44:26 +02:00
626f86fe39
Bump pytest-mock from 3.0.0 to 3.1.0 ( #158 )
...
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases )
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.0.0...v3.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-23 11:45:52 +02:00
3bb3f72267
Bump tortoise-orm from 0.16.4 to 0.16.7 ( #157 )
...
Bumps [tortoise-orm](https://github.com/tortoise/tortoise-orm ) from 0.16.4 to 0.16.7.
- [Release notes](https://github.com/tortoise/tortoise-orm/releases )
- [Changelog](https://github.com/tortoise/tortoise-orm/blob/develop/CHANGELOG.rst )
- [Commits](https://github.com/tortoise/tortoise-orm/compare/0.16.4...0.16.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-23 11:44:56 +02:00
2bb5d78ab4
Bump pymdown-extensions from 7.0 to 7.1 ( #156 )
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 7.0 to 7.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/7.0.0...7.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-23 11:44:15 +02:00
eb7b058232
Bump mkdocs-material from 5.0.1 to 5.1.1 ( #155 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 5.0.1 to 5.1.1.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.0.1...5.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-23 11:43:50 +02:00