bytebin icon indicating copy to clipboard operation
bytebin copied to clipboard

Add authentication support

Open deniszitu opened this issue 3 years ago • 2 comments

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

deniszitu avatar Feb 10 '22 22:02 deniszitu

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.

lucko avatar Feb 10 '22 22:02 lucko

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?

deniszitu avatar Feb 10 '22 22:02 deniszitu