Skip to content

Personal learning project to understand and experiment with Laravel Passport for API authentication in Laravel. Built to explore how OAuth2 works in a real Laravel environment.

Notifications You must be signed in to change notification settings

vynnptra/laravel-passport-learning

Repository files navigation

Laravel Passport Learning

Exploring Laravel Passport: A personal journey into API authentication with OAuth2.

This is a personal learning project to understand and experiment with Laravel Passport for API authentication in Laravel. The project serves as an exploration of OAuth2 and how it integrates with Laravel to provide secure API authentication mechanisms.

🧠 Features

  • Implementing Laravel Passport for API authentication
  • Exploring OAuth2 flow and concepts
  • Token-based authentication with access tokens and refresh tokens
  • Protected API routes with token validation
  • Basic user authentication (login/logout)

🛠️ Stack

  • Laravel 11
  • Laravel Passport
  • PHP 8.2+
  • MySQL or SQLite

🚀 Getting Started

1. Clone the repository

git clone https://github.com/vynnptra/laravel-passport-learning.git
cd laravel-passport-learning

About

Personal learning project to understand and experiment with Laravel Passport for API authentication in Laravel. Built to explore how OAuth2 works in a real Laravel environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages