api-notebook icon indicating copy to clipboard operation
api-notebook copied to clipboard

Persistence should not assume authentication

Open blakeembrey opened this issue 11 years ago • 2 comments

At the moment the application makes many assumptions and one buggy one is assuming every implementation of the api notebook will have a persistence layer. Since it's perfectly feasible to have no persistence, we should allow configuration/detection of this.

blakeembrey avatar Oct 25 '13 00:10 blakeembrey

Would having an explicit save button solve this? If there's no persistence layer the button simply wouldn't show up?

doolittle avatar Oct 29 '13 00:10 doolittle

There isn't any technical changes with a button. We just need the ability to see if there is middleware available for handling authentication/authenticated/save/load/etc.

blakeembrey avatar Oct 29 '13 00:10 blakeembrey