Skip to content

Biometric API enhances payout and transfer security by verifying unique traits like fingerprints for authentication. It ensures only authorized users can complete transactions, streamlining the process and reducing reliance on traditional methods while prioritizing data privacy.

Notifications You must be signed in to change notification settings

struckchure/pay-off-api

Repository files navigation

PayOff API

The API utilizing biometrics for payout and transfer authorization enhances security and user experience by verifying unique physical or behavioral traits. Users initiate transactions, provide biometric data (e.g., fingerprints), which is verified against stored templates. Successful verification authorizes the transaction, ensuring only authorized individuals can complete payouts or transfers. This biometric authentication adds a secure layer and streamlines the user experience, reducing reliance on traditional authentication methods. Compliance with privacy regulations is crucial to protect sensitive biometric information.

Installation

$ yarn

Setup Postgres and Localstack S3

$ docker compose up --force-recreate -d
$ docker compose exec localstack awslocal s3api create-bucket --bucket payoff

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

About

Biometric API enhances payout and transfer security by verifying unique traits like fingerprints for authentication. It ensures only authorized users can complete transactions, streamlining the process and reducing reliance on traditional methods while prioritizing data privacy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages