1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 13:05:23 +02:00
documize/vendor/gopkg.in/cas.v2
2024-01-10 14:47:40 -05:00
..
.gitignore auth with cas 2019-08-09 13:44:03 +08:00
client.go Bump version to 5.11.0 2024-01-10 14:47:40 -05:00
doc.go auth with cas 2019-08-09 13:44:03 +08:00
handler.go auth with cas 2019-08-09 13:44:03 +08:00
http_helpers.go Bump version to 5.11.0 2024-01-10 14:47:40 -05:00
LICENSE auth with cas 2019-08-09 13:44:03 +08:00
logout_request.go Bump version to 5.11.0 2024-01-10 14:47:40 -05:00
memory_store.go auth with cas 2019-08-09 13:44:03 +08:00
middleware.go Bump version to 5.11.0 2024-01-10 14:47:40 -05:00
README.md Bump version to 5.11.0 2024-01-10 14:47:40 -05:00
rest_client.go Bump version to 5.11.0 2024-01-10 14:47:40 -05:00
rest_handler.go Bump version to 5.11.0 2024-01-10 14:47:40 -05:00
sanitise.go auth with cas 2019-08-09 13:44:03 +08:00
service_response.go auth with cas 2019-08-09 13:44:03 +08:00
service_validate.go Bump version to 5.11.0 2024-01-10 14:47:40 -05:00
session_store.go Bump version to 5.11.0 2024-01-10 14:47:40 -05:00
ticket_store.go auth with cas 2019-08-09 13:44:03 +08:00
url_scheme.go Bump version to 5.11.0 2024-01-10 14:47:40 -05:00
xml_service_response.go auth with cas 2019-08-09 13:44:03 +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.