From f1bcc5cd93e050b9147d56c53c8e7fbe36298c55 Mon Sep 17 00:00:00 2001 From: Jose Bollo Date: Tue, 10 Dec 2019 09:32:00 +0100 Subject: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Provide a simple authorization server that delivers token using "client credential" flow, based on the Smack label. Bug-AGL: SPEC-2968 Change-Id: I941c96b06a6de3b2b38875c12ada42621593791c Signed-off-by: José Bollo --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..afe3a1c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build/ +autobuild/ +nbproject/ -- cgit 1.2.3-korg