Skip to content

The OAuth 2.0 project in Laravel use Laravel Passport

Notifications You must be signed in to change notification settings

Xamrakulov/OAuth

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Project

This project is a simple CRUD application for managing a list of books. It is built using Laravel 10 and Vitejs.

Installation

  1. Clone the repository
git clone
  1. Install dependencies
composer install
  1. Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
  1. Generate a new application key
php artisan key:generate
  1. Create an empty database for our application
  2. In the .env file, add database information to allow Laravel to connect to the database
  3. Migrate the database
php artisan migrate
  1. Install NPM dependencies
npm install
  1. Run the development server
npm run dev
  1. You can now access the server at http://localhost:3000
  2. Run the test suite
php artisan test

Clients

Client ID Client Secret
Personal access client created successfully.
Client ID: 98c0228c-d664-4f3a-b936-5d9de82fefce
Client secret: PLBAQp85kdj08c3rpo4yvrHUi8JP18VgNYgHiQZL
Password grant client created successfully.
Client ID: 98c0228c-da2a-4b83-a39d-b52cb82b4c9e
Client secret: AB1bqWdUKGsjBu73bcqrQAxmcvkGll6S7JXzxCHm

About

The OAuth 2.0 project in Laravel use Laravel Passport

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages