-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Tomahawkd edited this page Jul 22, 2019
·
1 revision
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.
- Clone from source code.
- Use maven to compile client and server api. We suggest that using
mvn installto install them to your maven repo. - import api into your project. If you use install option then you can import api via maven's pom.xml file.
- Clone from source code.
- Install mysql database.
- Run sql script at
src/java/io/tomahawkd/pkidao/database.sqlto initialize database - 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.