i-VRESSE / bartender

Middleware web service to schedule jobs on various infrastructures
https://i-vresse-bartender.readthedocs.io
Apache License 2.0
1 stars 0 forks source link

Outsource user management #54

Closed sverhoeven closed 1 year ago

sverhoeven commented 1 year ago

I would be nice to use bartender by passing a JWT token. The token should be generated by some other web service/application. This way bartender does not need to store user credentials anymore. It will need to verify the token has been signed by a trusted party.

sverhoeven commented 1 year ago

The fastapi-users setup in this repo should only be removed once the JWT providing web site is in-place.

sverhoeven commented 1 year ago

Could use something like

sverhoeven commented 1 year ago
sverhoeven commented 1 year ago

Or do user management in https://github.com/i-VRESSE/bartended-haddock3