Download the PHP package jaewun/discourse-sso-laravel without Composer
On this page you can find all versions of the php package jaewun/discourse-sso-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jaewun/discourse-sso-laravel
More information about jaewun/discourse-sso-laravel
Files in jaewun/discourse-sso-laravel
Package discourse-sso-laravel
Short Description A package specifically for Laravel, helping with Discourse's SSO login.
License MIT
Homepage https://github.com/jaewun/discourse-sso-laravel
Informations about the package discourse-sso-laravel
discourse-sso-laravel
A simple Discourse SSO integration for Laravel 5.1. The goal of this project is help users get SSO up and working on Laravel with as little hassles as possible.
This Project Is Abandoned
This project is no longer maintained. I recommend using spinen/laravel-discourse-sso
Warning
As per Discourse's SSO Guide...
Discourse uses emails to map external users to Discourse users, and assumes that external emails are secure. IF YOU DO NOT VALIDATE EMAIL ADDRESSES BEFORE SENDING THEM TO DISCOURSE, YOUR SITE WILL BE EXTREMELY VULNERABLE!
Installation for Laravel 5.*
Via Composer
After updating composer, add the ServiceProvider to the providers array in config/app.php
You'll also need to configure SSO to ensure it's passing the correct information to Discourse
Change log
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.