782 Commits

Author SHA1 Message Date
32d32555e4 Fix Travis CI 2019-10-11 15:19:24 +02:00
085baf9b79 Add Travis CI 2019-10-11 15:16:11 +02:00
f3b7fa662a Ensure columns in SQL schema are not nullable 2019-10-11 13:08:03 +02:00
76bb7bf6a5 Implement variant of dep injections to get active/super user 2019-10-11 08:09:47 +02:00
ef796abb55 Reorganize base modules 2019-10-10 19:21:36 +02:00
9e1fd76f30 Add more docstrings 2019-10-10 19:03:52 +02:00
ef6dd2c39c Implement user-facing API 2019-10-10 18:55:11 +02:00
0112e700ac Improve typing and make User pydantic models dynamic 2019-10-10 13:37:52 +02:00
d9e6e93f08 Add Dependabot badge to README 2019-10-10 12:20:00 +02:00
5c208a5446 Merge pull request #2 from frankie567/dependabot/pip/fastapi-0.42.0
Bump fastapi from 0.41.0 to 0.42.0
2019-10-10 12:19:18 +02:00
bc2d522dad Merge pull request #1 from frankie567/dependabot/pip/sqlalchemy-1.3.10
Bump sqlalchemy from 1.3.9 to 1.3.10
2019-10-10 12:18:42 +02:00
c9f9b4de33 Bump fastapi from 0.41.0 to 0.42.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.41.0 to 0.42.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Changelog](https://github.com/tiangolo/fastapi/blob/master/docs/history-design-future.md)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.41.0...0.42.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-10 06:02:02 +00:00
923a62700a Bump sqlalchemy from 1.3.9 to 1.3.10
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.9 to 1.3.10.
- [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>
2019-10-10 06:00:48 +00:00
84660a29c8 Add Makefile 2019-10-10 07:28:00 +02:00
af63280cf7 Use snake case for user_db variable 😱 2019-10-10 07:27:53 +02:00
9f41a8b9a7 Use a Base table class for SQLAlchemy adapter 2019-10-09 18:03:10 +02:00
f2bd2c6485 Update README 2019-10-09 16:58:46 +02:00
d781a41872 Install Black formatter 2019-10-09 16:52:06 +02:00
f6ff897232 Setup Mkdocs 2019-10-09 08:07:49 +02:00
11a6c60708 Improve lint tooling 2019-10-09 07:44:28 +02:00
96685c7696 Rename SQLAlchemy User table to BaseUser 2019-10-09 07:22:58 +02:00
9f04b7cc89 Ensure hashed_password is not output on register success 2019-10-08 17:23:14 +02:00
06dd8ad22e Implement JWT authentication 2019-10-08 17:18:38 +02:00
20aa806375 Rename DB classes 2019-10-07 17:34:12 +02:00
51b67b0739 Add get by id method on DB adapter 2019-10-07 07:53:56 +02:00
c4ff6ca3fe Implement password hash migration 2019-10-07 07:50:19 +02:00
20bb285f03 Use built-in OAuth2PasswordRequestForm for login 2019-10-06 14:02:42 +02:00
4ff6e2ad2b Add inactive user handling 2019-10-06 13:23:08 +02:00
a81b438ec9 Implement authentication mechanism 2019-10-06 11:53:42 +02:00
bcc88a8b14 Implement working SQLAlchemy DB adapter 2019-10-06 11:00:24 +02:00
552f313d76 Add database abstraction 2019-10-06 08:53:13 +02:00
4e0b0f6f7d Start foundations 2019-10-05 17:39:37 +02:00