Announcing Vue.js JWT Auth Plugin

2016-05-13 Vue.js JavaScript Plugin

Vue.js has been a breath of fresh air in the JavaScript landscape. Small and simple enough to use in smaller apps but also smart and reliable enough for large scale applications.

The Vue.js community is growing and at Websanova we wanted to contribute to that growing community by open sourcing an auth plugin that we use in our projects.

For a full idea of it's capabilities it's best to check out the documentation on the GitHub page.

Key Features

  • Login/logout (api).
  • Social login (Facebook, Google).
  • Support for "remember me".
  • Route logic for roles.
  • Automatically handle jwt token (including renewals).

The idea of this package is to just remove another common task associated with setting up an app that interacts with an API (via json web tokens).

Resources

Documentation and live demo:

Get the source at:

If you like the package, please consider sponsoring:

Related Posts