Skip to main content

Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!

Read more here

Authentication Overview: Sanctum, Passport or JWT?

Premium
4:28

The Full Lesson is Only for Premium Members

Want to access all of our courses? (29 h 14 min)

You also get:

54 courses
Premium tutorials
Access to repositories
Private Discord
Get Premium for $129/year or $29/month

Already a member? Login here

Comments & Discussion

AM
Abdelrahman Moez ✓ Link copied!

Hey buddy, Thanks for this good course. just noticed that video #15 and #14 are the same.

PK
Povilas Korop ✓ Link copied!

Sorry, fixed now! Re-uploaded the correct #14 video.

S
simplysaif ✓ Link copied!

How its working in the admin panels generated by quickadminpanel? I generated an admin panel based on laravel and vue, and its user model has no HasApiTokens trait but it still works with sanctum as we need to configure the stateful URL in .env Thanks for the help :)

PK
Povilas Korop ✓ Link copied!

QuickAdminPanel-generated code is quite complex, was built in 2020 and it uses Laravel Sanctum under the hood, but I would do it more simple if I do it nowadays, according to the newest Sanctum docs.