bytebin
bytebin copied to clipboard
Add authentication support
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
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.
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?