Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 353 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 353 Bytes

CAS Client library

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

import "gopkg.in/cas.v2"

Examples and Documentation

Documentation is available at: http://godoc.org/gopkg.in/cas.v2 Examples are included in the documentation but are also available in the _examples directory.