You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: