dgrubelic / vue-authenticate

Simple Vue.js authentication library
1.43k stars 252 forks source link

Switch to async/await #245

Open ajmas opened 2 years ago

ajmas commented 2 years ago

Could be a good idea to replace the promises with async/await form?

I feel it would make the code more readable, but might needs support for an async/await polyfill?