Download the PHP package friezer-85/cas-oauth-laravel without Composer
On this page you can find all versions of the php package friezer-85/cas-oauth-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download friezer-85/cas-oauth-laravel
More information about friezer-85/cas-oauth-laravel
Files in friezer-85/cas-oauth-laravel
Download friezer-85/cas-oauth-laravel
More information about friezer-85/cas-oauth-laravel
Files in friezer-85/cas-oauth-laravel
Vendor friezer-85
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 a basic webserver environment, with PHP 8.1
- Install the package using
composer require friezer-85/cas-oauth-laravel
and install your Socialite's driver. BOOM! You're ready to go. - Or clone this repo and install the packages using
composer install
- 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 friezer-85/cas-oauth-laravel contains the following files
Loading the files please wait ....