Skip to content

[DEPRECATED] A simple SSO (Single Sign On) system using the Laravel Framework with Passport API Authentication

Notifications You must be signed in to change notification settings

ramdannur/laravel-sso-passport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single Sign On (SSO)

Single sign-on (SSO) is a property of access control of multiple related, yet independent, software systems. With this property, a user logs in with a single ID and password to gain access to a connected system or systems without using different usernames or passwords, or in some configurations seamlessly sign on at each system. See more about SSO https://en.wikipedia.org/wiki/Single_sign-on.

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications.

How To Run Service

Sales Management System (App Provider)

php artisan serve --host 127.0.0.1 --port 80

Mail System (Branch)

php artisan serve --host 127.0.0.2 --port 80

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

[DEPRECATED] A simple SSO (Single Sign On) system using the Laravel Framework with Passport API Authentication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages