Skip to content

go-cas/cas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

445a975 · May 5, 2021

History

80 Commits
Aug 6, 2018
May 23, 2017
Feb 26, 2015
Mar 2, 2021
Mar 17, 2015
May 4, 2021
Sep 16, 2015
Mar 17, 2015
May 12, 2019
Sep 24, 2019
Sep 24, 2019
Mar 2, 2021
May 19, 2017
Sep 24, 2019
Mar 29, 2018
Sep 24, 2019
Mar 17, 2015
Mar 2, 2015
May 12, 2019
Sep 24, 2019
Sep 24, 2019
Mar 23, 2018
Mar 17, 2015
Sep 23, 2015
Sep 23, 2015
Sep 24, 2019
May 12, 2019
May 12, 2019
Mar 17, 2015
Mar 27, 2018
Sep 24, 2019
Sep 23, 2015

Repository files navigation

CAS Client library

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

import "gopkg.in/cas.v2"

If you are using go modules, get the library by running:

go get gopkg.in/[email protected]

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.