/go-cas

Golang CAS Client package

Primary LanguageGoMIT LicenseMIT

CAS Client library

This is a fork of https://github.com/go-cas/cas and continuation of their work with updates and hopefully some useful QOL features.

CAS provides a http package compatible client implementation for use with securing http frontends in golang.

go get github.com/btassone/go-cas@v2.2.1

Examples and Documentation

Documentation is available at: https://pkg.go.dev/gopkg.in/cas.v2 Examples are included in the documentation but are also available in the _examples directory.