https://github.com/devatreides/laravel_sso
Sample environment for Single Sign-On (SSO) with Laravel
https://github.com/devatreides/laravel_sso
Last synced: 10 months ago
JSON representation
Sample environment for Single Sign-On (SSO) with Laravel
- Host: GitHub
- URL: https://github.com/devatreides/laravel_sso
- Owner: devatreides
- Created: 2019-12-03T17:56:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T20:25:55.000Z (almost 6 years ago)
- Last Synced: 2025-02-11T19:35:28.267Z (over 1 year ago)
- Language: PHP
- Size: 1010 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel SSO (Single Sign-On)
This is an ecosystem using Laravel that implements SSO. When some applications shares their login credentials, there's no need to each application force the user to perform login. Once the first one do that, the others become accessible, using the session information. It's like a Google Login, but smaller: when you access the GMail, you can now also access the Drive. Therefore, when you logout the GMail, you become inaccessible.