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

Latest Droid Version (1.0.11 + 1.0.49) causes "Null Token" error #75

Open
brittonbeckham opened this issue Aug 10, 2018 · 2 comments
Open

Comments

@brittonbeckham
Copy link

I just updated the nugets and couldn't get google to login. It just throws a "Null Token" error. The error is coming out of OAuthApi.PerformAuthenticate()

I rolled back the nugets and everything works again. I tried browsing through the code to see what it could be but I couldn't see anything off hang. I don't need to roll to the latest as my logins for f/b and Google work fine with the versions I'm using:

<package id="Clancey.SimpleAuth" version="1.0.40" targetFramework="monoandroid80" />
<package id="Clancey.SimpleAuth.Facebook.Droid" version="1.0.3" targetFramework="monoandroid71" />
<package id="Clancey.SimpleAuth.Google.Droid" version="1.0.9" targetFramework="monoandroid80" />
@Clancey
Copy link
Owner

Clancey commented Aug 31, 2018

Did you try SimpleAuth from source? IT may be time to update the dependencies and rebuild.

@brittonbeckham
Copy link
Author

brittonbeckham commented Sep 21, 2018

This is still happening even after I completely rebuilt the project file using the latest Visual Studio standard template and NetStandard 2.0. I believe you have a dependency that is out of date

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