Commit Graph

11 Commits

Author SHA1 Message Date
Maksim Nabokikh 6f2e233c7a feat: example app session refactoring (#4712)
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2026-04-02 14:19:10 +02:00
Maksim Nabokikh 8db7699e0f feat: implement device code flow in example-app (#4570)
This is a KubeCon 2026 preparation:
1. Add device flow to the example-app
2. Add userinfo checker
3. Refactor the structure

Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2026-02-22 23:06:03 +01:00
Maksim Nabokikh 5d27abc117 feat: refactor example-app with a new config (#4569)
This is a preparation for KubeCon 2026:
1. Restyle the app
2. Refactor advanced configuration options
3. Move embedded templates and css to separate files

Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2026-02-21 15:34:03 +01:00
Maksim Nabokikh 29c7b6f4e3 feat: validate redirect URIs and safely append parameters (#4559)
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2026-02-18 10:04:51 +01:00
Maksim Nabokikh 9a9a90080b Example app pkce (#4284)
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
Signed-off-by: Maksim Nabokikh <max.nabokih@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-08 14:16:56 +04:00
Maksim Nabokikh 00c0e28d65 Add CSS for example app to make it prettier (#3886)
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
2024-12-16 19:39:51 +01:00
Eng Zer Jun f0186ff265 refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-09-17 14:12:39 +08:00
Márk Sági-Kazár 728ae7b348 Merge pull request #1961 from flant/make-example-app-form-prettier
chore: make example-app form prettier
2021-02-10 00:16:56 +01:00
Mark Sagi-Kazar 7775a7e27a Update oidc library in example app
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-01-13 19:56:23 +01:00
m.nabokikh f2f19fa0d7 chore: make example-app form prettier
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
2021-01-07 23:10:16 +04:00
Mark Sagi-Kazar 6dadc26ca2 Move the example app to th examples folder
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2020-07-16 09:48:35 +02:00