Replaces the storing of user in db and social logins with asymmetric JWT token.
Fixes #54
Fixes #58
Fixes #57
Fixes #25
Fixes #51
TODO
[x] get rid of user management
[x] add asymmetric JWT auth
[x] ~dont alter existing alembic versions, but add new one~ fastapi_users_db_sqlalchemy.generics was imported, so we needed to change version anyway as we dont have that dep anymore.
[x] add rsa key pair to Docker compose and document
Replaces the storing of user in db and social logins with asymmetric JWT token.
Fixes #54 Fixes #58 Fixes #57 Fixes #25 Fixes #51
TODO
fastapi_users_db_sqlalchemy.generics
was imported, so we needed to change version anyway as we dont have that dep anymore.Should be merged together with https://github.com/i-VRESSE/bartended-haddock3/pull/47