Files
hongming 4d88ed2ca1 update dependencies (#6519)
Signed-off-by: hongming <coder.scala@gmail.com>
2025-05-29 15:51:37 +08:00
..
2021-02-20 10:45:55 +08:00
2025-05-29 15:51:37 +08:00
2021-02-20 10:45:55 +08:00
2021-02-20 10:45:55 +08:00
2025-05-29 15:51:37 +08:00
2021-02-20 10:45:55 +08:00
2021-02-20 10:45:55 +08:00
2021-02-20 10:45:55 +08:00
2025-05-29 15:51:37 +08:00
2025-05-29 15:51:37 +08:00
2021-02-20 10:45:55 +08:00
2021-02-20 10:45:55 +08:00
2021-02-20 10:45:55 +08:00
2021-02-20 10:45:55 +08:00
2021-02-20 10:45:55 +08:00

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/cas.v2@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.