kalinjul / kotlin-multiplatform-oidc

Kotlin Multiplatform OpenIDConnect implementation for Android/iOS
https://kalinjul.github.io/kotlin-multiplatform-oidc/
Apache License 2.0
40 stars 15 forks source link

Expose api for swift to install ktor plugins #42

Closed kalinjul closed 5 months ago

kalinjul commented 5 months ago

In swift, it was not possible to create custom ktor plugins. This exposes a custom api to swift to be able to create and install custom (e.g. header) plugins, see Readme. Should fix #39.