This repository contains a Single Sign-On (SSO) server built using Laravel Passport.
- Clone the repository.
- Run
composer install
to install the dependencies. - Rename the
.env.example
file to.env
and update the necessary configuration. - Generate the application key by running
php artisan key:generate
. - Run the database migrations using
php artisan migrate
. - Start the server with
php artisan serve
.
To use the SSO server, follow these steps:
- Register your application with the SSO server by providing the necessary details.
- Obtain an access token by authenticating with the SSO server.
- Use the access token to make API requests to the SSO server for user information and authentication.
For detailed documentation, please refer to the official Laravel Passport documentation.
Contributions are welcome! Please follow the contribution guidelines when making pull requests.
This project is licensed under the MIT License.