Can I use Epic Online Services (EOS) for authenticating users on my web platform?
I read in the EOS Developer License document that the “use the SDK with any applications or software other than in connection with your Video Games;” is restricted
The users of my web platform will be distributed as follows
- One set of users will be also be users of my UE4 based desktop application (satisfying the “connection with your Video Games” requirement)
- Another set of users will ONLY be users of my web platform which does not use my UE4 based desktop application in any way (NOT satisfying the “connection with your Video Games” requirement)
Since I need a common accounts/login system for both sets of users, I was considering using EOS’ accounts and authentication APIs to provide signup/signin for all of my users.