2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
website/homepage/content/articles/0030-milestone-2.md

51 lines
3.3 KiB
Markdown
Raw Normal View History

2020-07-02 22:17:00 +02:00
title: Collecting data securely
2020-01-28 10:17:44 +01:00
description: Our key milestone 2 features are user consent, improved crypto implementation and an extended set of stats.
2020-01-31 08:55:05 +01:00
date: 2020-01-31
2020-01-28 10:17:44 +01:00
slug: collecting-data-securely
2021-03-04 09:59:54 +01:00
url: /blog/collecting-data-securely/
sitemap_priority: 0.6
image_url: /theme/images/offen-blog-0030-milestone-2.jpg
author: Hendrik Niefeld
2020-08-06 11:02:17 +02:00
bottom_cta: blog
2020-01-28 10:17:44 +01:00
2020-07-21 13:44:40 +02:00
# Episode Two — Collecting data securely
2020-07-02 21:58:40 +02:00
2020-01-28 10:17:44 +01:00
We finished milestone 2. Here is what we' ve been doing for the last 8 weeks.
---
### Collecting data only with consent
A first approach to one of our major features is implemented. Websites that embed the Offen script now display a user consent banner. In case of user's deny, no other requests than loading the script are made from then on.
2020-07-22 20:52:17 +02:00
[Learn more](https://offen.offen.dev/){: target="_blank" data-button="outline"}
2020-01-28 10:17:44 +01:00
2020-02-22 21:14:53 +01:00
### Accidental leaks don't expose data
2020-01-28 10:28:04 +01:00
We encrypt all event data before it leaves the browser. [Two types](https://github.com/offen/offen/pull/270){: target="_blank"} of crypto implementations are used for this. This allows us to handle user data from both https and http-only sites securely.
2020-01-28 10:17:44 +01:00
### What exactly happens on your website?
2020-01-28 10:28:04 +01:00
The insight into user behavior has been improved. Still, no sensitive user information is collected. We have added seven additional statistics like Average Page Depth as well as Landing and Exit Pages. Here you find an [overview of all added stats.](https://github.com/offen/offen/pull/270){: target="_blank"}
2020-01-28 10:17:44 +01:00
### We are live
2020-07-22 20:52:17 +02:00
The current state of *Offen runs on this domain.* You should have noticed our conset banner by now. Opted in? Head to the [Auditorium](https://offen.offen.dev/auditorium/){: target="_blank"} to manage your data. If not, please have a look at our [Explainer.](https://offen.offen.dev/){: target="_blank"}
2020-01-28 10:17:44 +01:00
*We welcome any feedback* on this key subject. Did our banner text inform you sufficiently? Which issues have been left open? How can we do better? Thanks in advance.
2020-04-27 21:51:46 +02:00
[Send feedback](mailto:hioffen@posteo.de){: target="_blank" data-button="outline"}
2020-01-28 10:17:44 +01:00
### Testdrive on your system
Whether you are a developer that want to contribute or a website operator that wants to test Offen. Have a demo up and running in no time on your local machine. Download and install a single binary file on Linux, Windows or MacOS.
2020-04-27 21:51:46 +02:00
[Download demo](https://github.com/offen/offen/releases/download/v0.1.0-alpha.2/offen-v0.1.0-alpha.2.tar.gz){: data-button="outline"}
2020-01-28 10:17:44 +01:00
### Feeling adventurous?
2020-02-02 20:51:24 +01:00
Offen is under active development but with the introduction of the user consent banner has become usable for the general public. If you are brave enough you can use our [latest alpha release](https://github.com/offen/offen/releases/latest/){: target="_blank"} in a production environment.
2020-01-28 10:17:44 +01:00
### We need to talk about Safari
Currently, the way we store encryption keys securely on the client side does not work in Apple's Safari browser. Fortunately, our improved opt-in flow will allow us to resume Safari support in milestone 3. Please bear with us until then.
### Up next
*Episode Three — Compelling data display* will feature informed consent, annotated statistics and a faster display of usage data. Stay tuned.
---
### Deep dive
Interested in the details? Want to get your hands dirty? Head over to our GitHub repo.
2020-04-27 21:51:46 +02:00
[Open milestone 2 Pull Request](https://github.com/offen/offen/pull/270){: target="_blank" data-button="full"}