I am currently building a forum for an alliance, i would like the login to use the eve-online account login as many 3rd party apps and other forums i have previously used do. So that the backend can pull the data as to character and corporation and alliance info…
Reason is so that if they are part of the alliance they get regular access to the forum. If they are not then the account would be restricted to just a few public sections and a recruitment section.
Is there an easy way of doing this using web modules linking to ESI?
As the ESI links provided on the site dont seem to work…
If alliance_id === your alliance grant them access. Else limit access.
How you go about actually granting them access is dependent on how you set it up and what you are using, but the logic would work no matter what framework etc you use.