Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devatreides/laravel_sso
Sample environment for Single Sign-On (SSO) with Laravel
https://github.com/devatreides/laravel_sso
Last synced: 23 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T20:25:55.000Z (over 4 years ago)
- Last Synced: 2024-05-02T05:01:05.731Z (6 months 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.