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

Add authentication support #15

Open
deniszitu opened this issue Feb 10, 2022 · 2 comments
Open

Add authentication support #15

deniszitu opened this issue Feb 10, 2022 · 2 comments

Comments

@deniszitu
Copy link

deniszitu commented Feb 10, 2022

Authentication would be interesting to be used on private servers intances

Some Jooby framework reference links:
https://jooby.io/#modules-security

I've never used the framework but I'm interested in this feature, I'll try to implement it but I would like to know your opinion

@lucko
Copy link
Owner

lucko commented Feb 10, 2022

Bytebin simply offers a way to store and retrieve data - if you want authentication then that probably is better off implemented by the application. You can also encrypt the data that gets uploaded then decrypt when downloading.

@deniszitu
Copy link
Author

deniszitu commented Feb 10, 2022

Bytebin simply offers a way to store and retrieve data - if you want authentication then that probably is better off implemented by the application. You can also encrypt the data that gets uploaded then decrypt when downloading.

Wow, encrypting the data is an interesting solution. I was thinking of using a bytebin private server along with the spark plugin, maybe implementing this in the spark plugin/viewer?

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