Looking for simple PHP Api Login script

Hi mates,

I am looking for a simple php script which lets my corp/alliance mates login through Eve Api and shows specific pages to those logged in users. Just a very simple script, nothing special.

Thanks in advance,
Cheers

I started off tinkering with https://github.com/fuzzysteve/eve-sso-auth and eventually wrote my own. But thats quite simple, but gets the job done. Thanks Steve

If you use that, in addition to updates Steve calls out (useragent, clientId, clientSecret) you will also need to update the auth urls, as they are still set for sisi.

Thanks for the Info, I will try it later. But I actually know from the beginning that I won´t get it to work :smiley:
To what auth urls do I have to change?

I wrote a mail app that might contain all you need:


login.php handles the logins, auth.php limits page access to logged in members, classes/class.db.php is used to store users to a mysql database.

Bests,
Snitch

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.