Files
kubesphere/vendor/gopkg.in/cas.v2/doc.go
hongming 5f0727cf34 support CAS identity provider
Signed-off-by: hongming <talonwan@yunify.com>
2021-02-20 10:45:55 +08:00

11 lines
252 B
Go

/*
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