cas icon indicating copy to clipboard operation
cas copied to clipboard

Simple CAS Authentication for Laravel 5 - 10.

Results 10 cas issues
Sort by recently updated
recently updated
newest added

Hi guys, please could you help me to find the location of cas log? In config/cas.php I have the following: ``` /* |-------------------------------------------------------------------------- | Enable PHPCas Debug Mode | Options...

Im trying to implement logout via request because my application is SPA. But got CORS-Policy using function logoutWithRedirectService in the backend. Is there any how-to for SPA apps?

You may not be using Livewire yourself currently, but I've been attempting to utilize it a bit in my two most recent projects and in my current one I'm trying...

There are a couple of env() referenced in [CasManager.php (lines 41 and 42](https://github.com/subfission/cas/blob/0b4912ab52a4c92f41d1e5c46f0861386e93e18c/src/Subfission/Cas/CasManager.php#L41)) that I'm curious about: ``` env( 'APP_DOMAIN' ), env( 'HTTPS_ONLY_COOKIES' ), ``` These don't seem to be...

Hi, I want to use CAS library and then use spatie laravel-permission for the permission of my laravel app. Could you help me how can I integrate and use them?

help wanted

Hello, I'm pretty new in the Laravel world and I'm learning how to use the Laravel Guards. When I see this package, I'm wondering why the implementation is not using...

help wanted

This allows the properties to be set even if config is cached. `env` calls do not work in this case - https://laravel.com/docs/9.x/configuration#:~:text=If%20you%20execute,level%20environment%20variables.

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...

Dear all, I have succeed using previous CAS version for Laravel 9 with this config. `

I am new to Laravel 11 and I see that quite a few things have changed compared to version 10. Can you update the installation document to include how to...