QuickBlox / quickblox-dotnet-sdk

QuickBlox .NET SDK
BSD 2-Clause "Simplified" License
17 stars 10 forks source link

Token is required #5

Open alexmartinezm opened 7 years ago

alexmartinezm commented 7 years ago

The error we are getting is that when user logins into QuickBlox server a "Token is required" error is given. We have checked the source code and it seems to be fine, but the error persists. The problem remains when in 15th may (as you can see in the user's last sign in table of our application in QuickBlox Admin Panel) a user was logged in the server and since today, 29th may that part of the code has not been modified.

alanspires commented 7 years ago

This happened to me too out of no where. I had to reset the API keys in QuickBlox then everything started working again.

alexmartinezm commented 7 years ago

I have reseted the API keys but the error persists.

alexmartinezm commented 7 years ago

I am using the AuthenticationClient.GetSessionAsync() method provided from this NuGet package.

I have checked and re-checked the official sample and is no longer working right now, with the same problem as I am getting...

gabrielblink commented 5 years ago

Hi @alexmartinezm, were you able to solve the issue?

alexmartinezm commented 5 years ago

Hi, I am sorry but no. I ended by building my own SingalR endpoint.