minio / minio-js

MinIO Client SDK for Javascript
https://docs.min.io/docs/javascript-client-quickstart-guide.html
Apache License 2.0
920 stars 271 forks source link

Access MinIO with Bearer Authentication? #1272

Closed Sjoerd82 closed 5 months ago

Sjoerd82 commented 5 months ago

I have added an OpenID provider to my MinIO setup. I was thinking that I could then access buckets from my SPA using a JWT bearer token. But I don't see this option in minio-js.

Is this type of access supported?

prakashsvmx commented 5 months ago

No, it is not supported.

Sjoerd82 commented 5 months ago

Thanks for the fast reply! Will implement interactions with minio via our backend then.

prakashsvmx commented 5 months ago

This is designed for Node Environments and not for browser environments.