Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication for GET and PUT url generated by httpfileupload #68

Open
amitbirla1 opened this issue Apr 25, 2024 · 1 comment
Open

Comments

@amitbirla1
Copy link

I’m working on configuring Openfire HTTP File Upload and I’m looking for guidance on how to properly authenticate GET and PUT requests for file download and upload URLs. Specifically, I want to ensure that only authenticated users can access these URLs and perform the corresponding operations. What are the best practices or recommended approaches for implementing authentication in Openfire HTTP File Upload?

Does HTTPFileUpload provide any default configuration to provide some authentication?

Any tips or insights would be greatly appreciated.

@guusdk
Copy link
Member

guusdk commented Apr 26, 2024

The Openfire implementation currently does not have support for any kind of authentication. For this to be added, additional implementation needs to be realized. A primary entry point for this would be around the SlotProvider API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants