An open API service indexing awesome lists of open source software.

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

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)