Skip to content

Releases: dgrubelic/vue-authenticate

v1.2.6

10 Jun 09:45
Compare
Choose a tag to compare

Fix:

  • provide VueAuthenticate instance in request/response interceptors binding functions

v1.2.5

09 Jun 21:01
Compare
Choose a tag to compare

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.4

13 Apr 19:35
Compare
Choose a tag to compare
build version

v1.2.3

12 Apr 19:15
Compare
Choose a tag to compare
  • Fixed default request & response interceptor binding
  • In case of override, both request and response interceptors are required

v1.2.2

12 Apr 15:30
Compare
Choose a tag to compare

Fixed wrong factory method position issue.

v1.2.1

12 Apr 13:14
Compare
Choose a tag to compare
  • Fixes README wrong store naming

v1.2.0

12 Apr 08:25
Compare
Choose a tag to compare
  • Refactored build system
  • Refactored example app
  • Standalone instance is now created via VueAuthenticate.factory($http, options)

v1.1.0

10 Apr 20:33
Compare
Choose a tag to compare
  • Improved build process
  • added compiled version
  • added bower release

v1.0.7

03 Apr 22:51
Compare
Choose a tag to compare

Fixed Vue plugin initialization issue where multiple instances were created each time $auth property was called.

v1.0.6

02 Apr 07:21
Compare
Choose a tag to compare

Fixed minify errors