1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-01 19:45:24 +02:00
documize/vendor/gopkg.in/cas.v2
2019-08-09 13:44:03 +08:00
..
.gitignore auth with cas 2019-08-09 13:44:03 +08:00
client.go auth with cas 2019-08-09 13:44:03 +08: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 auth with cas 2019-08-09 13:44:03 +08:00
LICENSE auth with cas 2019-08-09 13:44:03 +08:00
logout_request.go auth with cas 2019-08-09 13:44:03 +08:00
memory_store.go auth with cas 2019-08-09 13:44:03 +08:00
middleware.go auth with cas 2019-08-09 13:44:03 +08:00
README.md auth with cas 2019-08-09 13:44:03 +08: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
ticket_store.go auth with cas 2019-08-09 13:44:03 +08: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"

Examples and Documentation

Documentation is available at: http://godoc.org/gopkg.in/cas.v1 Examples are included in the documentation but are also available in the _examples directory.