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

10
vendor/gopkg.in/cas.v2/doc.go generated vendored Normal file
View File

@@ -0,0 +1,10 @@
/*
Package cas implements a CAS client.
CAS is a protocol which provides authentication and authorisation for securing
typically HTTP based services.
References:
[PROTOCOL]: http://jasig.github.io/cas/4.0.x/protocol/CAS-Protocol.html
*/
package cas