There is no password transfer, meaning no risk of password interception
No need to fill any forms. Authorization requires a single click
Your data isn't stored anywhere removing risks of data theft
The service is absolutely free for both users and website owners
Everyday use of certificates saves a considerable amount of time and nerves
There is no place for passwords in the XXI century!
You can use SSL certificates in any browser and on any device, including smartphones and tablets.
Just like SSL certificates, Authorizer is meant for people. Bots can't use it yet meaning less spam for your website
Authorizer is a combination of field-tested OAuth2 and Emer blockchain technologies. The blockchain is used to store encrypted information about user certificates and virtual cards.
In case of an emergency, a user can independently recall its certificate. This may be used in case of a device loss.
User can issue any number of certificates and use them at own discretion.
The most secure option is to issue a certificate independently, using the Emer toolkit. This process requires specific technical knowledge but guarantees that no one will get access to the certificate.
Besides that, you can use an online service to generate a certificate. However, you will need to upload the certificate data to the blockchain.
//Create an application and get CLIENT ID and CLIENT_SECRET. //Don't forget to include REDIRECT_URI! //These preferences are application specific. //Here are the general parameters:
//Authorization page AUTH_PAGE = 'https://oauth.authorizer.io/oauth/v2/auth';
//Receiving a token AUTH_TOKEN = 'https://oauth.authorizer.io/oauth/v2/token';
//Optional infocard data acquisition INFOCARD_PAGE = 'https://oauth.authorizer.io/infocard';
Authorizer is a OAuth2 provider that works on standard principles. Service configuration is almost similar to any other OAuth provider: