Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Auth without client secret? #98

Open
CharlieReece opened this issue May 17, 2020 · 1 comment
Open

Question: Auth without client secret? #98

CharlieReece opened this issue May 17, 2020 · 1 comment

Comments

@CharlieReece
Copy link

I am using GoogleSignIn SDK for mobile apps and I do not use client secrets there. Now, to add Google Sign In support for macOS app, it seems like I need to use this library but it requires "client secret" to be embedded in the client app itself. Am I missing something here? If not, then, is there any other way to use Google Sign In wihout using client secrets on macOS?

@m-afham
Copy link

m-afham commented Jan 29, 2021

I was facing the same issue in macOS App.
Remove ClientSecret Key value pair from info.plist.
So, it will return "" when it will be access due to being nil. And that's what we need to do.
It's working by doing so.

Source File : GAppAuth.swift
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants