简体   繁体   中英

Use custom login screen with phpCas

I have implemented a basic cas authentication system that authenticates with the cas server via a custom login screen, but now I would like to use a well tested package for this. So wanted to know if there is a way for using phpcas with custom login screen.

Searching packagist should help, pulling the dependency with composer is also recommended. The only phpCAS library I have used is:

https://github.com/Jasig/phpCAS

This is maintained and supports PHP 5.0+. You can install this dependency with composer, using the following command:

composer.phar require jasig/phpca

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM