situokko

Results 4 issues of situokko

Env: Postgres 12, Kotlin 1.3.70, JDBI 3.10.1 (core, kotlin, gson2, kotlin-sqlobject) ``` jdbi.installPlugin(SqlObjectPlugin()) jdbi.installPlugin(KotlinPlugin()) jdbi.installPlugin(KotlinSqlObjectPlugin()) data class Test(var name: String, @Json var details: JsonData) {} data class JsonData(val name: String,...

As JwtAuthFilter was changed in 0.9->1.0, the Authenticator no more get called if token has been expired. In my app I handle it as a "soft" error, and provide user...

I have been using this module with good success with my REST resources, however now as I am implementing Websocket I'd like to use this same authentication there but don't...

Hi, I have been using JDBI-Folder for some time and now encountered something new when tried to join table that that has one-to-many mapping to enumerations. Tables - products (id,...