From fdcd11020402aa13aae4eacd4d02ea5a3e03eaf1 Mon Sep 17 00:00:00 2001
From: Azul <azul@riseup.net>
Date: Wed, 25 Jan 2017 13:03:32 +0100
Subject: [PATCH] Version 0.1.0

Initial release with checks for expiry and service_id.

We are not using session nonces yet.
---
 CHANGELOG.md | 11 +++++++++++
 README.md    |  5 +++++
 2 files changed, 16 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e69de29..ba731a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -0,0 +1,11 @@
+<a name="0.1.0"></a>
+### 0.1.0 (2017-01-15)
+
+
+#### Features
+
+* use latest rbsso with checks for expiry and service_id	 ([ae91d93](/../../commit/ae91d93))
+* initial Omniauth Strategy	 ([925f544](/../../commit/925f544))
+
+
+
diff --git a/README.md b/README.md
index e69de29..b5c9d77 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,5 @@
+Omniauth Strategy to use autistici / inventati sso.
+
+Used like other omniauth strategies. Requires a key to validate signatures and a service_id to identify the service itself.
+
+The constructor takes the service_id and the verification key as parameters. In comparison with other services they replace the id and the secret provided by the IDP.
-- 
GitLab