subfission / cas

Simple CAS Authentication for Laravel 5 - 10.
MIT License
153 stars 72 forks source link

Refactor APP_DOMAIN and HTTPS_ONLY_COOKIES to config file #108

Closed kberzinch closed 1 year ago

kberzinch commented 2 years ago

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.

subfission commented 1 year ago

Moved to develop branch to be incorporated into v4.3.0 release.