Lukáš Moravec

Results 7 issues of Lukáš Moravec

To make this library multiplatform, we need to replace this parts with multiplatform implementation: - base64 encoding = kotlin stdlib - current time = https://github.com/Kotlin/kotlinx-datetime - cryptography = https://github.com/whyoleg/cryptography-kotlin -...

feature

Is it intended that `null` value is not cached? I think it has to be configurable, because `null` is valid value for me, or am I missing something? Example: ```kotlin...

type: enhancement

I think we could make serving SPAs simpler as it is common pattern to use Micronaut for API and bundle SPA frontend application as static resource. My proposed solution is...

### Feature description ## Keycloak 17 In Keycloak 17 the default distribution is [powered by Quarkus](https://www.keycloak.org/2022/02/keycloak-1700-released) and default endpoints has changed (removed the `/auth` prefix) so autoconfiguration of `EndSessionEndpoint` is...

### Feature description https://openid.net/specs/openid-connect-backchannel-1_0.html It is needed when front-channel logout is not always available nowadays (due to SameSite etc.)

type: enhancement

### Feature description I think this does make sense, because almost everytime user is logging in, he wants to use login form in the locale that he is already using...

type: enhancement

It would be useful to support SVG attributes like: ```kotlin public var SVG.viewBox: String get() = stringAttribute[this, "viewBox"] set(viewBox) { stringAttribute[this, "viewBox"] = viewBox } public var SVG.width: String get()...