Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Plug and play login system?

Does anybody know of a plug-and-play login system that supports existing logins like Google and OpenID? I am looking to implement something similar to that of Stack Overflows. Thanks!


RPX is indeed what I was looking for. Are there any other systems like RPX that do a similar thing?

like image 534
Yuval Karmi Avatar asked Apr 04 '10 02:04

Yuval Karmi


People also ask

What does plug and play technique mean?

Plug and Play (PnP) is the part of Windows that enables a computer system to adapt to hardware changes with minimal intervention by the user. A user can add and remove devices without having to do manual configuration, and without knowledge of computer hardware.

What are plug and play platforms?

Plug and Play Tech Center (or "Plug and Play") is a global innovation platform founded by Saeed Amidi, aiming to connect early stage investors, startups, and the world's largest corporations together.

How does plug and play installation work?

You simply plug in a new device, and it starts working. The operating system automatically detects the change, and the system examines the new hardware's information to see what it is. Once the hardware type is identified, the system loads appropriate software (called device drivers) to make it work.

Is plug and play an accelerator?

Plug and Play Tech Center is the world's largest startup accelerator, with more than 2,000 startups going through the organization's programs last year. It's also one of the most active investors in the world, investing in early-stage companies globally, according to Crunchbase data.


2 Answers

RPX is likely what you're looking for.

EDIT: For similar solutions, Google is your friend. ;)

like image 109
Abraham Vegh Avatar answered Oct 17 '22 23:10

Abraham Vegh


Authlogic is a plug-and-play authentication system for Ruby on Rails. Via it's plugin system, it supports Facebook Connect, OpenID, OAuth, and LDAP (among others).

like image 26
Mike Trpcic Avatar answered Oct 17 '22 22:10

Mike Trpcic