8000 Tags · go-cas/cas · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: go-cas/cas

Tags

v2.2.2

Toggle v2.2.2's commit message

Unverified

The email in this signature doesn’t match the committer email.
update readme

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #37 from tslling/master

fix clear session passed wrong argument (#36)

v2.2.0

Toggle v2.2.0's commit message

Unverified

The email in this signature doesn’t match the committer email.
add go module support

v2.1.0

Toggle v2.1.0's commit message
v2.1.0

Add proper `func(http.Handler) http.Handler` middleware function.

Thanks to @shenshouer

v2.0.0

Toggle v2.0.0's commit message
gopkg.in/cas.v2: v2.0.0

Remove global *http.request maps in favor of request contexts.

This has justified a new major release as the project now depends on the stdlib "context" package.

v1.2.0

Toggle v1.2.0's commit message
gopkg.in/cas.v1: v1.2.0

Allow configuration of sending the current URL to the CAS service on logout.

This is considered a non-breaking change as existing behaviour is maintained, a new field of a named exported struct has been added.

v1.1.1

Toggle v1.1.1's commit message
gopkg.in/cas.v1: v1.1.1

Additional logging when unable to validate a provided service ticket.

This is considered a non-breaking change as only logging has been altered.

v1.1.0

Toggle v1.1.0's commit message
gopkg.in/cas.v1: v1.1.0

Add support for customisation of the net/http.Client used when communicating with the CAS server. This allows for custom timeouts and TLS configuration to be used.

This is considered a non-breaking change as only the cas.Options have been publicly altered.

v1.0.3

Toggle v1.0.3's commit message 5910
Merge pull request #3 from yp-engineering/attributes_extras

Update XML Service Response support for latest CAS SAML extra attributes.

The [specification][spec] for the SAML CAS response attributes has been changed such that the `cas:attributes` XML element no longer mentions the `cas:userAttributes` element. The contents of the `cas:userAttributes` element can now be located directly in the `cas:attributes` element.

[spec]: http://jasig.github.io/cas/4.1.x/protocol/CAS-Protocol-Specification.html#saml-cas-response-attributes

v1.0.2

Toggle v1.0.2's commit message
gopkg.in/cas.v1: v1.0.2

Add support for X-Forwarded-Proto when building the Service request URL.

This is considered a non-breaking change which should fix expected behaviour and so has not resulted in a v2 release.
0