Questions tagged [satellizer]

Satellizer is an intuitive token-based authentication module for AngularJS that offers seamless integration with popular social media platforms like Google, Facebook, LinkedIn, and Twitter.

Managing JWT tokens for secured pages using Sails.js

In an effort to enhance security in my system, I decided to implement JWT token authentication. For the front-end, I opted for statellizer. Once a user logs into the system, a token is generated like this: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbWFpbCI ...