Releases: dgrubelic/vue-authenticate
Releases · dgrubelic/vue-authenticate
1.5.0
Updates to build process, some packages have been removed and replaced with newer versions.
Minor fixes:
- update Facebook SDK version
- fix SessionStorage export
- return response from logout action
v1.4.0
Release notes:
- Implemented dynamic response token path - 92c5d32
- added social account linking - 41d11cf
v1.3.5
Release notes:
- Improved support for SSR - 86af94e
- Updated development dependencies - 4372ff4
- Minor fixes...
- Logout url request fixed 2781771
- Minor example reactivity fix - ba52e94
v1.3.4
Minor fix on authentication error handling
v1.3.3
- new
cookieStorage
storage container
- removed catch from
authenticate()
to improve easier error handling
- redirectUri set by default to
window.location.origin
- minor improvements and bug fixes
v1.3.1
Fixed /dist
removed from repo bug
v1.3.0
- Implemented
axios
as a default request handling library
- Minor bug fixes
v1.2.7
v1.2.6 was missing updated compiled file. This version fixes that. There are no more issues fixed in this version.