kotlin-multiplatform-oidc
kotlin-multiplatform-oidc copied to clipboard
Add wasm target
Hi, thanks for getting into this project!
Checklist for your PR:
- [X] Check if there's any open issue
- [X] Please file your request against the develop branch
Description of your changes
Hi i implemented wasm target, to import and use this library in a wasm application.
How has this been tested?
I test it with OpenID link
Is this a (API-) breaking change?
No
Hi, this only adds wasm target without providing implementation, right? Why does this need ktor eap?
Hi, this only adds wasm target without providing implementation, right? Why does this need ktor eap?
Ktor support wasm target only in eap
Any news on this PR? This feature would be a great benefit
Ok so there are some things in this PR I'd like to discuss, i'll put my questions in a review. But also I'd like to wait for a stable ktor release supporting wasm before requiring a beta or EAP in this library.
Hi, any news on this? Ktor 3 is now in RC and it will soon be stable
Hi, any news on this? Ktor 3 is now in RC and it will soon be stable
Hi, I will update this PR when Ktor 3 is released in the stable channel.
please uodate ktor version 3 in rc version becouse it is make issue with another packages in compose multiplatform
please uodate ktor version 3 in rc version becouse it is make issue with another packages in compose multiplatform
Ktor 3.0.0-rc-1 require to update compose version
Ktor 3.0.0 https://github.com/ktorio/ktor/releases/tag/3.0.0 is stable now
Hi, I have just upgraded ktor to stable version 3.0.1.
since the required ktor 3 is stable by now: any news on this PR?
Hi, i'm still waiting @kalinjul review
This was closed automatically because i deleted the develop branch, could you change to the main branch?
We'll need this rebased, as main has been updated to ktor 3 as well. Also, there are still TODOs in the code, so i guess it's not ready yet.
@SuperCaliMan can you reopen this or make a new pr to main branch?