XavRsl / Cas

CAS server SSO authentication in Laravel 4.x & 5.x
MIT License
77 stars 36 forks source link

add support to change CAS version #19

Closed rroslaniec closed 3 years ago

rroslaniec commented 9 years ago

Hello,

now in that plugin we have hard-coded CAS version so I added next config variable to define it. Config is included before CAS_VERSION_X_X constant defined in phpCAS so I decided to add string variable (in phpCAS we have variables as '1.0', '2.0' or '3.0')