这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: Samyak2/vouch-proxy

Tags

v0.18.0

Toggle v0.18.0's commit message
Merge branch 'pr/Husseinfo/307'

v0.17.4

Toggle v0.17.4's commit message
prevent redirect to other domains.

If cookie.domain is set to blah.com, and a redirect url is provided
as blah.com.my.custom.domain then vouch will reject it and not send
the user back to the incorrect domain.

v0.17.3

Toggle v0.17.3's commit message
Merge branch 'pr/martindb/298'

v0.17.2

Toggle v0.17.2's commit message
Merge branch 'pr/airbornemint/296'

v0.17.1

Toggle v0.17.1's commit message
vouch#266 add cookie.domain when allowAllUsers: true

v0.17.0

Toggle v0.17.0's commit message
fix vouch#290 add Azure AD

v0.16.4

Toggle v0.16.4's commit message
fix vouch#289 allow `rd`param to support Nginx Ingress

v0.16.3

Toggle v0.16.3's commit message
Merge branch 'master' of github.com:vouch/vouch-proxy

v0.16.2

Toggle v0.16.2's commit message
vouch#282 error out after six failed login attempts

v0.16.1

Toggle v0.16.1's commit message
Squashed commit of the following:

commit a3e33f9
Merge: 0ea425f 054bff3
Author: Benjamin Foote <git@bnf.net>
Date:   Thu Jun 25 13:44:23 2020 -0700

    Merge branch 'master' into pr/yaws-k/279

commit 0ea425f
Author: Benjamin Foote <git@bnf.net>
Date:   Thu Jun 25 13:44:12 2020 -0700

    vouch#266 clarify protected domain

commit 2b68660
Author: Yosuke Kato <55400564+yaws-k@users.noreply.github.com>
Date:   Sun Jun 14 14:27:22 2020 +0900

    Add vouch.cookie.domain description to allAllUsers configuration.