mirror of
https://github.com/documize/community.git
synced 2025-08-04 13:05:23 +02:00
.. | ||
.gitignore | ||
client.go | ||
doc.go | ||
handler.go | ||
http_helpers.go | ||
LICENSE | ||
logout_request.go | ||
memory_store.go | ||
middleware.go | ||
README.md | ||
rest_client.go | ||
rest_handler.go | ||
sanitise.go | ||
service_response.go | ||
service_validate.go | ||
session_store.go | ||
ticket_store.go | ||
url_scheme.go | ||
xml_service_response.go |
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.