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

AuthenticateUserViaEpic uses Steam argument instead of Epic #3

Open
NickPApogee opened this issue Dec 27, 2023 · 0 comments
Open

AuthenticateUserViaEpic uses Steam argument instead of Epic #3

NickPApogee opened this issue Dec 27, 2023 · 0 comments

Comments

@NickPApogee
Copy link

NickPApogee commented Dec 27, 2023

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 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.

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

1 participant