Download the PHP package micorksen/cas-oauth-laravel without Composer
On this page you can find all versions of the php package micorksen/cas-oauth-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download micorksen/cas-oauth-laravel
More information about micorksen/cas-oauth-laravel
Files in micorksen/cas-oauth-laravel
Download micorksen/cas-oauth-laravel
More information about micorksen/cas-oauth-laravel
Files in micorksen/cas-oauth-laravel
Vendor micorksen
Package cas-oauth-laravel
Short Description A way to bridge an OAuth provider to a CAS-only application.
License GPL-3.0-only
Package cas-oauth-laravel
Short Description A way to bridge an OAuth provider to a CAS-only application.
License GPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package cas-oauth-laravel
cas-oauth-laravel
Configuration :
⚠️ Note: You need to add checked variables into the .env
file and create a service, else, the package won't route anything.
- [ ]
CAS_PROPERTY
: Property used for generating the CAS ticket (default :id
) - [X]
OAUTH_PROVIDER
: Socialite driver to use. - [ ]
OAUTH_SCOPES
: Scopes to use, separated with commas (default :openid,profile,email
). - [X]
OAUTH_CLIENT_ID
: ID of your OAuth application. - [X]
OAUTH_CLIENT_SECRET
: Secret of your OAuth application. - [ ]
OAUTH_PARAMS
: Custom args to pass to the OAuth provider, in format ofkey=value
, separated with commas.
Requirements :
- Install the package using
composer require micorksen/cas-oauth-laravel
and install your Socialite's driver. BOOM! You're ready to go. - Create a service in the
config/services.php
file, like this :
All versions of cas-oauth-laravel with dependencies
PHP Build Version
Package Version
The package micorksen/cas-oauth-laravel contains the following files
Loading the files please wait ....