Releases: dgrubelic/vue-authenticate
Releases · dgrubelic/vue-authenticate
v1.2.6
Fix:
- provide VueAuthenticate instance in request/response interceptors binding functions
v1.2.5
Add support for:
- LinkedIn provider
- Microsoft Live provider
- OAuth 1 general provider
- OAuth 2 general provider
Bug fixes:
- Fixed wrong request and response key params when parsing payload/response
v1.2.3
- Fixed default request & response interceptor binding
- In case of override, both request and response interceptors are required
v1.2.2
Fixed wrong factory method position issue.
v1.2.1
- Fixes README wrong store naming
v1.2.0
- Refactored build system
- Refactored example app
- Standalone instance is now created via
VueAuthenticate.factory($http, options)
v1.1.0
- Improved build process
- added compiled version
- added bower release
v1.0.7
Fixed Vue plugin initialization issue where multiple instances were created each time $auth property was called.