https://github.com/indeemasoftware/qcivicauth
Qt C++ desktop and mobile SDK for civic authentication
https://github.com/indeemasoftware/qcivicauth
Last synced: about 1 month ago
JSON representation
Qt C++ desktop and mobile SDK for civic authentication
- Host: GitHub
- URL: https://github.com/indeemasoftware/qcivicauth
- Owner: IndeemaSoftware
- Created: 2018-09-11T13:04:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T15:58:32.000Z (over 6 years ago)
- Last Synced: 2025-01-25T22:22:58.142Z (3 months ago)
- Language: C++
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# QCivicAuth
Qt C++ desktop and mobile SDK for civic authenticationqpm install com.indeema.qcivicauth
Before starting using civic don't forget load [standart civic page] (https://github.com/IndeemaSoftware/QCivicAuth/blob/master/index.html) with your usnique app id to you website with domain name and register that domain name in Civic admin panel, other way youn't be able to use this SDK.
```cpp
QCivicLogIn *mCivicLogin = new QCivicLogIn();
if (!mCivicLogin->setCivicAddress("Some unique address where index.html with civic data is located")) {
qDebug() << "Warning: Civic url page is invalid. But we still store it";
}
connect(mCivicLogin, SIGNAL(receivedToken(QString)), this, SLOT(logedToCivic(QString)));
mCivicLogin->uploadPage();
```as a parameter in logedToCivic you will get civic token.
To know more about us and our [Web expertise](https://indeema.com/services/webdevelopment), visit our website https://indeema.com