Skip to content

The Device Fingerprint tool collects thorough insight about the devices associated to a user. Account takeovers and multiple account signups, payments can easily be avoided by applying the Device Fingerprinting module.

License

Notifications You must be signed in to change notification settings

Shahin-Sefidgaran/seon-flutter-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

seon_plugin

pub package

SEON Fraud Prevention - Device Fingerprinting SDK for Flutter.

Learn about SEON Device Fingerprinting SDK at SEON DOCS

Getting Started

First of all you need to add seon_plugin in your project. In order to do that, follow this guide.

We suggest you to check example source code.

Use Flutter Plugin

    var fingerprintBase64 = await SeonPlugin().getFingerPrintBase64(
        sessionId: '<Your Session id>', // Any id for identifying your session with seon.
        isLoggingEnabled: true // True if you want the fingerprint response to be logged.
        );

Version 3.0.0 Breaking Changes

device_hash field is calculated differently, resulting in different values for a given device. This means these values are going to break between versions.

About

The Device Fingerprint tool collects thorough insight about the devices associated to a user. Account takeovers and multiple account signups, payments can easily be avoided by applying the Device Fingerprinting module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published