mirror of
https://github.com/documize/community.git
synced 2025-08-08 06:55:28 +02:00
10 lines
252 B
Go
10 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
|