open-indy / Koa11y

Easily check for website accessibility issues
https://open-indy.github.io/Koa11y
MIT License
436 stars 26 forks source link

feature request : how implement data storage and/or authentification #65

Open lionelmalletpro opened 3 years ago

lionelmalletpro commented 3 years ago

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)