support CAS identity provider

Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
hongming
2021-02-05 15:20:37 +08:00
parent 2d73e777f4
commit 5f0727cf34
27 changed files with 1853 additions and 3 deletions

18
vendor/gopkg.in/cas.v2/README.md generated vendored Normal file
View File

@@ -0,0 +1,18 @@
# CAS Client library
CAS provides a http package compatible client implementation for use with
securing http frontends in golang.
import "gopkg.in/cas.v2"
## Unmaintained
As is probably obvious I've not had any time to properly put into this project in a while, and no longer work with any projects using CAS for Authentication. Under the normal Golang suggested process I'd recommend anyone else interested in maintaining the project to fork it to a new import path. As I somewhat arrogantly took the gopkg.in/cas import path, if someone is interested in taking over the project under that path please raise an issue. That said in the current world of Golang modules and versioning style I'm not sure gopkg.in is still that relevant.
Apologies for this project having become so stagnant.
## Examples and Documentation
Documentation is available at: http://godoc.org/gopkg.in/cas.v2
Examples are included in the documentation but are also available in the
`_examples` directory.