Setup token authentication
Closed this issue · 0 comments
tmnd1991 commented
As a first step we should implement an authentication mechanism that will accept a single pre-configured (in the form of an environment variable) token. If the environment variable is present then every http request to the server must include an header like delta-sharing API prescribes: Authorization
: Bearer {token}
.
The principal authenticated will be always one for now, the usual Mr. Whitefox :)