Open 4ndyfix opened 1 month ago
There's an example for SSO via keycloak in https://github.com/straight-shoota/openid_connect/blob/master/examples/sso.cr
Thanks for your fast answer. sso.cr uses a simple HTTP::Server that takes the auth_handler. But how can this be done with kemal?
You can add middleware handlers in Kemal as well: https://kemalcr.com/guide/#middleware
Is it possible? Are there any examples available?