mirror of https://github.com/dexidp/dex.git
Branch:
master
artifact-workflow
dependabot/go_modules/entgo.io/ent-0.14.6
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 (master)
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
d7eae8fe79
|
remove extra method="get" from device-code template (#4145)
In device-code template, same form tag has method="post", then followed by method="get".. Chrome can handle that as post just fine, but in headless environments you might be using Lynx, which uses GET: it results in 400 Bad Request from Dex server. Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech> |
9 months ago |
|
|
9bbdc721d5 |
Device flow token code exchange (#2)
* Added /device/token handler with associated business logic and storage tests. Perform user code exchange, flag the device code as complete. Moved device handler code into its own file for cleanliness. Cleanup * Removed PKCE code * Rate limiting for /device/token endpoint based on ietf standards * Configurable Device expiry Signed-off-by: justin-slowik <justin.slowik@thermofisher.com> |
6 years ago |