zitadel-oidc/example/server/exampleop
Tim Möhlmann 57fb9f77aa
chore: replace gorilla/mux with go-chi/chi (#332)
BREAKING CHANGE:
The returned router from `op.CreateRouter()` is now a `chi.Router`

Closes #301
2023-03-17 16:36:02 +01:00
..
templates implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
device.go chore: replace gorilla/mux with go-chi/chi (#332) 2023-03-17 16:36:02 +01:00
login.go chore: replace gorilla/mux with go-chi/chi (#332) 2023-03-17 16:36:02 +01:00
op.go chore: replace gorilla/mux with go-chi/chi (#332) 2023-03-17 16:36:02 +01:00
templates.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00