browserid from mozilla is a distributed web identity and login system. Sites use client side javascript to get an assertion from the browser which vouches for the ownership of an email address. The site then verifies the assertion using server-side code. It does this using information served from the domain of the email address at a well-known URL.
browserid from mozilla is a distributed web identity and login system.
Sites use client side javascript to get an assertion from the browser which vouches for the ownership of an email address. The site then verifies the assertion using server-side code. It does this using information served from the domain of the email address at a well-known URL.