You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the Epic authentication method AuthenticateUserViaEpic, yet it seems to be trying to use Steam!
It should use AuthenticationServiceProvider.Epic instead of AuthenticationServiceProvider.Steam.
Feeding in a token acquired from an Epic login, I was getting an "UnprocessableEntity" error until I changed this, after which it returned a successful result.
The text was updated successfully, but these errors were encountered:
Hi, please see this line:
https://github.com/modio/modio-unity/blob/bb4ca29438d4cf2441107c9618587c18e794477f/Runtime/ModIOUnityAsync.cs#L304C41-L304C41
This is the Epic authentication method
AuthenticateUserViaEpic
, yet it seems to be trying to use Steam!It should use
AuthenticationServiceProvider.Epic
instead ofAuthenticationServiceProvider.Steam
.Feeding in a token acquired from an Epic login, I was getting an "UnprocessableEntity" error until I changed this, after which it returned a successful result.
The text was updated successfully, but these errors were encountered: