issues
search
prestodb
/
presto-js-client
Monorepo for Presto JavaScript packages
Apache License 2.0
10
stars
2
forks
source link
feat(presto-client): allow basic authentication
#19
Closed
alonsovb
closed
9 months ago
alonsovb
commented
10 months ago
Changes
Resolves #15 Resolves #16
Add basic and custom authentication params. The custom authorization param takes precedence over the
basicAuthentication
object.
Add ability to send custom headers on all requests.
Changes
Resolves #15 Resolves #16
basicAuthentication
object.