Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Fuel-opauth package.
  • Opauth is a multi-provider authentication framework for PHP, inspired by OmniAuth for Ruby.
    Opauth enables PHP applications to do user authentication with ease.
    Try out Opauth for yourself at http://opauth.org. Fuel-Opauth is just a simple package for Opauth.
    https://github.com/andreoav/fuel-opauth
  • Thanks!
  • ErrorException [ User Error ]: Unsupported or undefined Opauth strategy - public

    PKGPATH/opauth/classes/Opauth.php @ line 122
  • I haven't used it, but looking at the code it expects the stategy to be used as the first segment in the URI.

    If you haven't got your rewrites properly done, your URI has /public/ as first segment, which is not going to work. I expect this is the case, since the error message mentions the given strategy 'public'.

Howdy, Stranger!

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

In this Discussion