Skip to main content

Castle protects your users from account compromise

Project description

Build Status

Castle analyzes device, location, and interaction patterns in your web and mobile apps and lets you stop account takeover attacks in real-time.

Here is a simple example of track event.

from castle.configuration import configuration
from castle.client import Client

configuration.api_secret = ':YOUR-API-SECRET'

castle = Client(request, {})
castle.track(
    {
        'event': '$login.succeeded',
        'user_id': 'user_id'
    }
)

Documentation

Documentation and links to additional resources are available at https://castle.io/docs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

castle-1.0.0.tar.gz (13.0 kB view hashes)

Uploaded Source

Built Distribution

castle-1.0.0-py2.py3-none-any.whl (27.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page