Polymer Token Authentication

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?

+8
source share

No one has answered this question yet.

See related questions:

342
Invalid JSON Token
70
JWT vs. Token Authentication Cookies
eleven
Working example implementation of "Token-based authentication" using "JSON Web Token (ie JWT)" in PHP and MySQL?
6
Laravel 5.2 Token Authentication vs. JWT
3
Token based authentication and scalability? Illusion?
3
JWT Token vs. default token in Asp.net Web Api
3
Token-based authentication and Facebook authentication on sites
one
AngularJS Java Based Authentication
0
Token Based Authentication - Authentication Token And Session Token?
0
How to update JWT token after expiration (Angular 1.5 + Laravel 5.2)

All Articles