Skip to content

Irvan789/Single-Sign-On

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single Sign-On (SSO)

About

Single Sign-On (SSO) using Laravel Fortify, Laravel Passport, and Livewire with some customization.

*This website compatible with vercel enviroment.

Requirements

  • PHP v8.4 or above
  • Nodejs v25 or above
  • Google Client ID & Client Secret
  • GitHub Client ID & Client Secret
  • Cloudflare Turnstile Site Key & Secret Key

Installation

  1. Copy .env.example and rename to .env

  2. Generate App keys & Passport keys

php artisan key:generate && php artisan passport:keys
  1. Configure your App name, Database, and Mail.

  2. Install all dependencies.

composer install && bun install --frozen-lockfile
  1. Building assets.
bun run build
  1. Run preview server.
php artisan serve

To change server host and port, put this in your .env.

SERVER_HOST=
SERVER_PORT=

Read More

Laravel Fortify
Laravel Passport
Livewire

About

Resources

Stars

Watchers

Forks

Contributors