For any questions do not hesitate to email us at support@nestech.lt.
Nestech Wordpress Plugin can be installed in 2 ways:
From the Wordpress marketplace.
From nestech.lt website.
Once the plugin is installed and activated, a few things are needed to allow your customers to login using different methods provided by Nestech.
After activating the plugin:
Wordpress option nestech_dokobit_instance_id is generated automatically and sent to Nestech. This is used in all further communication between the Plugin and Nestech.
New User meta data option is created - personal_code. This option will store your users' personal code. It is not stored as plain data, but is encrypted using a series of algorithms and secret keys. This option will be used to register a new user and find existing ones for the login.
Prerequisites
Nestech Plugin needs a working SMTP server to send verification emails. There are many plugins in Wordpress marketplace that can offer this service, for example - WP Mail SMTP by WPForms. Make sure to setup email sending before enabling the plugin.
The following steps explain how the users can login to the Wordpress or WooCommerce sites through Nestech plugin. The flow is identicaly for both of the platforms.
Currently Nestech plugin supports the following login options:
Mobile ID
Smart-ID
ID card (Lithuanian, Latvian, Estonian)
eParaksts mobile
Audkenni App
Google - coming soon...
You can configure a minimum age required to signup or login to the website. In cases where the system is able to extract the person's age - it will check it against the configured setting. Underage people will not be allowed to signup and login.
Currently supported personal code handling for:
Lithuania
Latvia
Estonia
Iceland
The following section explains the plugin architecture, API reference and available customisation options.
The plugin consists of several components working together integrally:
Plugin - the plugin itself, which is responsible for mainly 3 areas:
Injecting Nestech JavaScript content into the site.
Forwarding requests and responses between Nestech JavaScript and Nestech backend.
Performing actions such as login, email sending, and others, which must be performed by the actual site.
Nestech JavaScript - it is a collection of widgets that are injected by the plugin into different areas of the site. This application is communicating with the plugin (i.e. the site).
Nestech backend - this is the backbone of the plugin, holding the business logic, integrations, billing information and etc.
The following is the API reference of the endpoints exposed by the Nestech Plugin:
Wordpress plugin: coming soon...
Nestech Plugin offers several customisation options apart from the general settings.
Wordpress
For Wordpress, the plugin offers several filters that can be applied:
Email content.
Filter hook: nestech_verification_email_body
Arguments:
$activateUrl
Email subject:
Filter hook: nestech_verification_email_subject
For more information on Wordpress filters, please check the official Wordpress documentation.
Also, a shortcode nestech_auth is available - it renders the login form wherever it is used in a Wordpress page.
Additionally, the CSS can be customized. Several CSS variables have been defined for the user facing elements:
--wordpress - the primary color (used on the buttons, messages, inputs)
--wordpress-hover - secondary darker color used on hover
--wordpress-shadow - lighter color used in shadows or on button focus
--wordpress-shadow-light - lightest color used for messages background
The Dokobit component (the login form where the user selects authentication method, ant enters personal details) can also be customized. For these customizations you should use !important attribute, as by default Dokobit does not override the CSS. An example configuration can be found here.