Related to the optional authentication layer in this PR of the oteapi-services, it would be benfitical that a user authenticates while the client is launed.
This could directly make use of the fastapi.security-package so that the token/credentials are automatically added to the request headers when the get-method of a stragety is called in a pipeline.
Suggestions for implementations will follow up soon.
Related to the optional authentication layer in this PR of the
oteapi-services, it would be benfitical that a user authenticates while the client is launed.This could directly make use of the
fastapi.security-package so that the token/credentials are automatically added to the request headers when theget-method of a stragety is called in a pipeline.Suggestions for implementations will follow up soon.