I'm just using the <Ktor Client Auth> and building...
# multiplatform
c
I'm just using the Ktor Client Auth and building a custom OAuth flow on top of it, since I need WASM JS support and am building some more advanced auth mechanisms like guest tokens, elevating permissions, and Personal Access Tokens. TBH, there's really not much to the OIDC flow once you take some time to understand it, and I think building the redirect flows myself has really helped me understand how all the pieces fit together. If one of the out-of-the-box solutions isn't working as you'd expect, you might try building the flow yourself to see if you actually need a library at all for it.