mirzemehdi / KMPAuth

Kotlin Multiplatform Authentication Library targetting android and iOS
https://mirzemehdi.com/KMPAuth/
Apache License 2.0
234 stars 20 forks source link

Desktop support? #15

Open armond-avanes opened 7 months ago

armond-avanes commented 7 months ago

Is there any plan to add support for Compose Multiplatform Desktop ?

mirzemehdi commented 7 months ago

@armond-avanes it is not planned yet, but PR are welcome :)

artalejo commented 5 months ago

Hello there @armond-avanes , did you find an alternative solution in the meantime?

armond-avanes commented 5 months ago

Hello there @armond-avanes , did you find an alternative solution in the meantime?

Nope!

mirzemehdi commented 3 months ago

For now desktop target is added but with dummy classes/and methods: https://github.com/mirzemehdi/KMPAuth/releases/tag/v2.1.0-alpha02

Danny3042 commented 2 months ago

What's the current status of desktop authentication? @mirzemehdi

mirzemehdi commented 2 months ago

Current status @Danny3042 : "not_in_progress_currently" :D.

mirzemehdi commented 1 month ago

Just FYI, google-sign in without firebase is available in kmpauth-google module in 2.2.0 version for desktop target . @armond-avanes @artalejo @Danny3042

Make sure you add

http://localhost:8080 to Authorized JavaScript origins and http://localhost:8080/callback to Authorized redirect URIs in Google Cloud Console

image