mirror of https://github.com/dexidp/dex.git
Branch:
v1
artifact-workflow
fix-google-admin-regression
helm
master
v1
v2.0.x
v2.1.x
v2.10.x
v2.13.x
v2.16.x
v2.2.x
v2.28.x
v2.3.x
v2.30.x
v2.31.x
v2.32.x
v2.33.x
v2.34.x
v2.35.x
v2.36.x
v2.37.x
v2.38.x
v2.39.x
v2.4.x
v2.40.x
v2.41.x
v2.42.x
v2.43.x
v2.45.x
v2.5.x
v2.6.x
v2.7.x
v2.8.x
v2.9.x
api/v2.0.0
api/v2.1.0
api/v2.2.0
api/v2.3.0
api/v2.4.0
v0.1.0
v0.2.0
v0.2.1
v0.2.2
v0.2.3
v0.3.0
v0.4.0
v0.5.0
v0.5.1
v0.6.0
v0.6.1
v2.0.0
v2.0.0-alpha.1
v2.0.0-alpha.2
v2.0.0-alpha.3
v2.0.0-alpha.4
v2.0.0-alpha.5
v2.0.0-beta.1
v2.0.0-beta.2
v2.0.0-beta.3
v2.0.1
v2.0.2
v2.1.0
v2.10.0
v2.11.0
v2.12.0
v2.13.0
v2.14.0
v2.15.0
v2.16.0
v2.17.0
v2.18.0
v2.19.0
v2.2.0
v2.2.1
v2.2.2
v2.2.3
v2.2.4
v2.2.5
v2.20.0
v2.21.0
v2.22.0
v2.23.0
v2.24.0
v2.25.0
v2.26.0
v2.27.0
v2.28.0
v2.28.1
v2.29.0
v2.3.0
v2.3.1
v2.30.0
v2.30.1
v2.30.2
v2.30.3
v2.31.0
v2.31.1
v2.31.2
v2.32.0
v2.32.1
v2.33.0
v2.33.1
v2.34.0
v2.35.0
v2.35.1
v2.35.2
v2.35.3
v2.36.0
v2.37.0
v2.38.0
v2.39.0
v2.39.1
v2.4.0
v2.4.1
v2.40.0
v2.41.0
v2.41.1
v2.42.0
v2.42.1
v2.43.0
v2.43.1
v2.44.0
v2.45.0
v2.45.1
v2.5.0
v2.6.0
v2.6.1
v2.7.0
v2.7.1
v2.8.0
v2.8.1
v2.9.0
${ noResults }
2 Commits (v1)
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
5d284e08ae |
Change status code used for redirects from StatusTemporaryRedirect (307) to StatusFound (302)
HTTP code 307 aka. StatusTemporaryRedirect is used throughout the project. However, the endpoints redirected to explicitly expects the client to make a GET request. If a HTTP client issues a POST request to a server and receives a HTTP 307 redirect, it forwards the POST request to the new URL. When using 302 the HTTP client will issue a GET request. Fixes #287 |
10 years ago |
|
|
66fe201c24 |
*: move original project to dex
|
11 years ago |