laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 20 minutes ago
Added to GitGenius on September 20th, 2026
Created on July 11th, 2016
Open Issues & Pull Requests: 6 (+0)
GitHub issues: Enabled
Number of forks: 801
Total Stargazers: 3,418 (+0)
Total Subscribers: 77 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 227 days
Stale 30+ days: 4
Stale 90+ days: 2

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • needs more info (7)
  • enhancement (3)
  • bug (2)
  • help wanted (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Laravel Passport is an OAuth2 server package that provides API authentication support for Laravel applications.

The package solves the problem of implementing OAuth2 authentication in Laravel by offering a complete server implementation that handles token generation, validation, and management. It abstracts away the complexity of OAuth2 protocol implementation, allowing developers to add secure API authentication to their applications without building the authentication layer from scratch.

Passport suits Laravel applications that need to expose APIs requiring OAuth2-based authentication, particularly those serving multiple client applications or third-party integrations. It is designed for developers already working within the Laravel ecosystem who want a straightforward, integrated authentication solution rather than managing OAuth2 infrastructure separately. The package is intended to be simple and enjoyable to use, fitting naturally into Laravel's development patterns.

The project maintains an active test suite and follows Laravel's contribution and security policies. Development activity is guided by a formal code of conduct and security vulnerability reporting process, indicating a mature approach to community engagement and maintenance.