Javier Cadiz
Javier Cadiz

Reputation: 12536

Alternatives for a Laravel 4 OpenID consumer

I'm looking for a good OpenID implementation (only consumer) for the Laravel 4 framework to use with a custom enterprise provider at my work.

I a little research i found so far that:

So the question is:

Is there any good library to use that implements OpenID on Laravel 4 ?? By good i mean still alive (fixing issues and support) and with enough documentation to make an integration with Laravel 4.

Any help appreciated.

Upvotes: 2

Views: 831

Answers (1)

Rob Gordijn
Rob Gordijn

Reputation: 6511

I'm currently looking into Mozilla Persona for user login/logout in my projects. Maybe it's not exactly what you are looking for, but still is pretty nice.

site: https://login.persona.org/about

package: https://packagist.org/packages/jyggen/persona (including Laravel provider)

Upvotes: 3

Related Questions