Koa11y
Koa11y copied to clipboard
feature request : how implement data storage and/or authentification
This app looks very cool and useful, but how to check a website "pages" (in fact "views" : it's a web development running in localhost done with VueJS and vue-routeur) which requires authentification ? since the testing browser is running in a background (Selenium, Electron or what ever... ? ) A suggestion : could we copy and paste the localStorage or sessionStorage data so the "background browser" has the authentification data (JWT, and some other data which interacts with the UI) to be able to go to the right pages ? that's would be great... and of course a button to clear this data we may not want to leave in a "background browser" (for security or for technical reason)