mirzemehdi / KMPAuth

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

Implementing Google Sign In in Desktop #59

Closed mirzemehdi closed 1 month ago

mirzemehdi commented 1 month ago

Google Sign In without Firebase (kmpauth-google) is now available for desktop target as well.

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