Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
Tomahawkd edited this page Jul 22, 2019 · 1 revision

Introduction

This framework is for those who demands security protection on HTTP traffic. We set up a token distribution and validation infrastructure to protect users identities and additionally their data. Based on the infrasturcture, we develop new features: QR authentication and user token management.

Installation

API installation

  1. Clone from source code.
  2. Use maven to compile client and server api. We suggest that using mvn install to install them to your maven repo.
  3. import api into your project. If you use install option then you can import api via maven's pom.xml file.

Server initialization

  1. Clone from source code.
  2. Install mysql database.
  3. Run sql script at src/java/io/tomahawkd/pkidao/database.sql to initialize database
  4. Run server to initialize keys.

Note: You must initiate a system user and an API key for this user. The API key identifies a system using API to communicate with server.

Clone this wiki locally