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

Readme is bad #69

Closed the-best-is-best closed 2 weeks ago

the-best-is-best commented 2 weeks ago

Please update it to know how use this and i use compose multiplatform

the-best-is-best commented 2 weeks ago

and when add val client = OpenIdConnectClient(discoveryUri = "") { endpoints { tokenEndpoint = "" authorizationEndpoint = "" userInfoEndpoint = null endSessionEndpoint = "" }

        clientId = "<clientId>"
        clientSecret = "<clientSecret>"
        scope = "openid profile"
        codeChallengeMethod = CodeChallengeMethod.S256
        redirectUri = "<redirectUri>"
    } app crached
kalinjul commented 2 weeks ago

I'm happy to improve the Readme, you can send me a PR.