Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
OpenID authentication driver
  • I'm currently in the process of writing an authentication driver using OpenID. You can find the work in progress on my github page : https://github.com/krtek4/fuel-openid I'm actually trying to add http://code.google.com/p/openid-selector/ to the package but I'm struggling to find a way to link the javascript from withing the package... Hopefully this will work at the end of the week :) Any comments welcome !
  • I've never used openID, kinda stuck on my own authentication system but would be very interested in trying this out. I'll keep an eye on your progress. In terms of your problem can you do something like write a method that will echo out the JS directly, like Security::js_fetch_token() https://github.com/fuel/core/blob/master/classes/security.php#L278 I can't think of another way to link JS from within the package.
  • I've already done that for the little snippet of JS needed for the widget initialization, but I also need to include one bigger script contained in one file distributed with OpenID Selector. Sure I can include it inline, but performance wise it won't be as effective as a having a separate file. I have found a solution with Assetic, but I don't want to add this dependency... Still searching ;)

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion