https://github.com/nikhiljohn10/authaadhaar
AuthAadhaar - Aadhaar Authentication/Verification using Python
https://github.com/nikhiljohn10/authaadhaar
aadhaar-api authentication verification
Last synced: 10 months ago
JSON representation
AuthAadhaar - Aadhaar Authentication/Verification using Python
- Host: GitHub
- URL: https://github.com/nikhiljohn10/authaadhaar
- Owner: nikhiljohn10
- License: mit
- Created: 2021-07-20T07:46:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T12:18:29.000Z (almost 5 years ago)
- Last Synced: 2025-06-01T01:59:43.647Z (about 1 year ago)
- Topics: aadhaar-api, authentication, verification
- Language: Python
- Homepage:
- Size: 3.98 MB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auth Aadhaar
AuthAadhaar - Aadhaar Authentication/Verification using Python
## Installation
```bash
pip3 install --user poetry
```
## Getting started
```bash
poetry update
poetry run task test
```
## Troubleshooting
1. If you have trouble with `poetry install`, try `poetry update`
2. Install pip module with `sudo apt install python3-pip` if pip is not found
3. Use `python3 -m pip install types-requests` if developing on python version less than 3.9
## References
[Tutorials](https://uidai.gov.in/ecosystem/authentication-devices-documents/developer-section/915-developer-section/tutorial-section.html)
[Sample Data](https://uidai.gov.in/ecosystem/authentication-devices-documents/developer-section/916-developer-section/data-and-downloads-section.html)
[Authentication Documents](https://www.uidai.gov.in/ecosystem/authentication-devices-documents/authentication-documents.html)
[pingali/pyAadhaarAuth](https://github.com/pingali/pyAadhaarAuth)