I Have a simple question.I Have started using Polymer for my app having sails js as backend.For authentication purpose i used JWT(json web tokens) in sails js and before this i worked on Angularjs as front end with Satellizer handling token based authentication.
Now I want to use token based authentication in This Dashboard which by default is using sessions as authentication. I couldn't find any source around to use token based approach for polymer 1.0
I want help here????