Biometric authentication with Python

Initial Setup
The LoginID Server SDK enables you to perform operations which are protected, enabling much more robust functionality for your users.

Create API Credential on the Dashboard
An application must be created on the LoginID Dashboard in order…


This content originally appeared on DEV Community and was authored by Natalie

Initial Setup
The LoginID Server SDK enables you to perform operations which are protected, enabling much more robust functionality for your users.

Create API Credential on the Dashboard
An application must be created on the LoginID Dashboard in order to correctly configure the Server SDK.

Once logged into the dashboard, navigate to the Applications tab in the sidebar, select “Add Application,” and select Management.

In the resulting form, you must create a name for your application and provide an API credential to be associated with this application. If you have already created an application, we suggest using the naming convention of “{my-app) server.”

When adding the API credential, you can either upload your own public key, or have us generate a key pair on your behalf.

NOTE: All API calls made from a Management integration type require an API Service Token

Add SDK to Existing Application
PIP

pip install -e .

Create an SDK Instance

from loginid import LoginID
lid = LoginID(CLIENT_ID, PRIVATE_KEY)

NOTE: If using a custom base_url, you can initialize the SDK with that base_url. Otherwise, it will default to the main LoginID production environment.


This content originally appeared on DEV Community and was authored by Natalie


Print Share Comment Cite Upload Translate Updates
APA

Natalie | Sciencx (2021-07-02T20:31:28+00:00) Biometric authentication with Python. Retrieved from https://www.scien.cx/2021/07/02/biometric-authentication-with-python/

MLA
" » Biometric authentication with Python." Natalie | Sciencx - Friday July 2, 2021, https://www.scien.cx/2021/07/02/biometric-authentication-with-python/
HARVARD
Natalie | Sciencx Friday July 2, 2021 » Biometric authentication with Python., viewed ,<https://www.scien.cx/2021/07/02/biometric-authentication-with-python/>
VANCOUVER
Natalie | Sciencx - » Biometric authentication with Python. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/07/02/biometric-authentication-with-python/
CHICAGO
" » Biometric authentication with Python." Natalie | Sciencx - Accessed . https://www.scien.cx/2021/07/02/biometric-authentication-with-python/
IEEE
" » Biometric authentication with Python." Natalie | Sciencx [Online]. Available: https://www.scien.cx/2021/07/02/biometric-authentication-with-python/. [Accessed: ]
rf:citation
» Biometric authentication with Python | Natalie | Sciencx | https://www.scien.cx/2021/07/02/biometric-authentication-with-python/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.