11 lines
252 B
Go
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
|