I have a simple question. I started using Polymer for my application that has js sails as a backend. For authentication, I used JWT (json web tokens) in jsails, and before that I worked on Angularjs as a front end with a Satellizer token based authentication.
Now I want to use token-based authentication in this dashboard , which by default uses sessions as authentication. I could not find a source to use the token-based approach for polymer 1.0
Do I need help here?
NA
source share