vue-authenticate
vue-authenticate copied to clipboard
Project Status?
Just wondering what the project status is? Just wondering whether a fork is needed?
Right now I have opted to fork, mainly so we could continue using it, though will look forward to being able merge these changes back into this project if it becomes active again.
Please see: https://github.com/ajmas/vue-authenticate/
Changes:
- Converted to be a Vue3 plugin
- Provided support for passing an axios instance to the plugin constructor
- debating dropping support for vuex-axios
- Updated docs
- Converted to use async/await
- Removed promise polyfill, as part of async/await work
- Changed rollup implementation, since the current one broke with async/await changes
- Dropped commonjs support and now purely using UMD packaging
- Allow provider options to be overridden in
authenticate()andlink()calls, mainly for alternativeredirectUrivalues - Added standard eslint support and adjust code accordingly
- Bumped Facebook oauth URL to v12.0
I have now released changes to npm: https://www.npmjs.com/package/vue-authenticate-2
I am curious - will your fork work with Vue 2? I can import a composite API.
I forked against vue3, since I wasn’t sure the best way to deal with both vue2 and vue3. Open to suggestions.
I forked against vue3, since I wasn’t sure the best way to deal with both vue2 and vue3. Open to suggestions.
https://github.com/vueuse/vue-demi
I forked against vue3, since I wasn’t sure the best way to deal with both vue2 and vue3. Open to suggestions.
https://github.com/vueuse/vue-demi
Interesting. I’ll look more at it when I get home. In the meantime I have done more than add vue3 functionality in my fork