Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.