ETdoFresh / FishyEOS

A FishNet Transport Library for Unity FishNet.
MIT License
41 stars 17 forks source link

Can support Steam Login? #1

Closed vaccinevirus closed 2 years ago

vaccinevirus commented 2 years ago

Can support Steam Login using External Auth, Steam Session Ticket? Auth Login ExternalType is fixed ExternalCredentialType.Epic

ETdoFresh commented 2 years ago

Yes, I want to improve the authentication portion of this plugin. I'll make sure I cover all the cases and post an update here. Thanks for the request.

ETdoFresh commented 2 years ago

I added commit: https://github.com/ETdoFresh/FishyEOS/commit/fbf9ed61ecbab8381f5cda5738608dd1dc4d70da

The authentication portion of the plugin now directly forwards these fields to EOS-SDK. I do not have a means to try it out, but this should now work for all the options, including Steam. I will close this issue, but please feel free to open a new issue if you run into more issues along the way. Thanks! image