Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-cas/cas
Golang CAS Client package
https://github.com/go-cas/cas
Last synced: 5 days ago
JSON representation
Golang CAS Client package
- Host: GitHub
- URL: https://github.com/go-cas/cas
- Owner: go-cas
- License: mit
- Created: 2015-02-26T13:03:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T04:41:12.000Z (3 months ago)
- Last Synced: 2024-10-27T17:02:57.974Z (15 days ago)
- Language: Go
- Size: 85 KB
- Stars: 221
- Watchers: 7
- Forks: 95
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.