These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

CREST SSO available now in PHPoAuthLib

First post
Author
Dragonaire
Here there be Dragons
#1 - 2014-11-23 17:20:01 UTC  |  Edited by: Dragonaire
Hi all so I've forked PHPoAuthLib to work on adding Eve Online's SSO as another service provider which you can find at Dragonrun1/PHPoAuthLib. Before submitting it back as a pull request I'd like to have a few people try using it on their sites (test or live) to make sure its working right and let me know of any problems. I prefer to have any issues submitted on GitHub but a quick post here is also useful so everybody can see what's going on. What is also very important is reporting if it's working for you as so far I've been unable to do any direct testing myself though I hope to do so soon ™.

Thanks for any help you can provide, Dragonaire

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.

Ortho Loess
Escalated.
OnlyFleets.
#2 - 2014-11-23 20:55:24 UTC
Daw, you beat me too it.
I just added an EVE service to the same lib, but have a bug to work out before merging it back into the original project (I did fix an issue in the redis storage provider, which did get merged in.)

You want to be pointing to the TQ SSO really, rather than SISI.

Although it's worth using the SISI one for testing, to make sure refresh tokens are working correctly, etc
Dragonaire
Here there be Dragons
#3 - 2014-11-23 23:27:05 UTC
Decided it was safer for this initial release to use SISI but probably before the merge back I'll change it. I noticed a few things in the other services did fail but never worried about it as long as it wasn't the Eve stuff I was working on Blink

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.

Dragonaire
Here there be Dragons
#4 - 2014-11-25 19:38:19 UTC
So do to some RL issues on my part I'm giving Ortho Loess access to the project to continue moving it forward. He has done some initial testing on it already and it seems to be working so hopeful it'll be ready to merge back into the main project soon. Still like to see a couple other people do some testing just to insure there aren't any hidden bugs etc.

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.

Dragonaire
Here there be Dragons
#5 - 2015-02-11 21:35:35 UTC
So for anyone looking for a PHP CREST O-Auth package this one that I helped create along with Ortho Loess has been merged into the main project now and you can find it here. https://github.com/logical-and/php-oauth

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.

CCP FoxFour
C C P
C C P Alliance
#6 - 2015-02-11 22:30:45 UTC  |  Edited by: CCP FoxFour
Awesome work guys! :D Submitted a quick issue, but the README wasn't updated to include EVE Online. Not a big deal, but would probably help people searching for something like this. :)

@CCP_FoxFour // Technical Designer // Team Tech Co

Third-party developer? Check out the official developers site for dev blogs, resources, and more.

Dragonaire
Here there be Dragons
#7 - 2015-02-12 00:30:39 UTC
I submitted it with README update I believe but main author is adding it in pieces for some reason like he didn't add test yet because he is making changes so have to watch and see.

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.

Ortho Loess
Escalated.
OnlyFleets.
#8 - 2015-02-12 01:02:19 UTC
Dragonaire wrote:
I submitted it with README update I believe but main author is adding it in pieces for some reason like he didn't add test yet because he is making changes so have to watch and see.

It was merged in to a fork, the original author hasn't responded to the pull requests for a good couple of months (a bit odd, since the first pull request I did was to fix a bug in his redis implementation, that got accepted within a couple of days).

The one who's pulled it into his own project asked us to add an example first, having missed that it already had one. Then rather than just pulling in that pull request into his fork, he took some of the files and committed them without the tests.

I did ask what the issue was, but the reply was rather vague...

He does seem to be actively trying to make it work though, so he's got that going for him.
Dragonaire
Here there be Dragons
#9 - 2015-02-12 02:03:06 UTC
Okay I guess I missed it wasn't the original author but thanks for clarifying that. Either way we know it's working Blink

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.