Laravel Sanctum Authentication in Vue.js SPA Application

ellis22

Ellis

Posted on June 5, 2020

Laravel Sanctum Authentication in Vue.js SPA Application

Laravel Sanctum is another laravel official package from Laravel Framework. Until 20 March 2020, it was Laravel Airlock. Due to trademark dispute, Taylor Otwell renames it with Laravel Sanctum and confirmed it with a blog post. It's a lightweight authentication package for working on SPA (Single Page Application) or simple API. Before discovering the package, let's have a look at what Laravel Sanctum offers us.

Laravel Sanctum features

  • Simple API auth
  • Issuing API Tokens
  • Token Abilities
  • Revoking Tokens
  • SPA auth with CSRF protection
  • Authenticating Mobile Applications

Tutorial: Laravel Sanctum Authentication in Vue.js SPA Application

💖 💪 🙅 🚩
ellis22
Ellis

Posted on June 5, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related