#128 - email and phone don't appear after successful authentication with prn - #146
twilightily wants to merge 1 commit into
Conversation
|
Thank you for this, @twilightily — and apologies that it sat unreviewed for as long as it did. That's on us, not you. We've decided not to go ahead with #128. Since the issue was filed we've concluded that Closing on that basis. For completeness: the branch had also drifted into conflict across If you'd still like to contribute, I'd be happy to point you at something current and actively wanted — just say the word. Thanks again for the time you put into this. |
|
Hello! Yes actually I’d love to contribute. Do let me know what y’all need, I might get to it a few weeks later though. |
📌 Description
Fixes #128
🧱 Type of Change
requirements.txt,pyproject.toml🧪 How Has This Been Tested?
tests/unit/)tests/functional/)tests/integration/)✅ Checklist
scripts/run_tests.py)pre-commit run --all-files).envvars updated (if applicable)scripts/benchmark/benchmark_requests.py)🛠️ Affected API Behaviour
app/app.py– Modified/authenticateroute logicapp/pesu.py– Updated scraping or authentication handling🧩 Models
app/models/request.py– Input validation or request schema changesapp/models/response.py– Authentication response formattingapp/models/profile.py– Profile extraction logic🐳 DevOps & Config
Dockerfile– Changes to base image or build process.github/workflows/*.yaml– CI/CD pipeline or deployment updatespyproject.toml/requirements.txt– Dependency version changes.pre-commit-config.yaml– Linting or formatting hook changes📊 Benchmarks & Analysis
scripts/benchmark_auth.py– Performance or latency measurement changesscripts/analyze_benchmark.py– Benchmark result analysis changesscripts/run_tests.py– Custom test runner logic or behavior updates📸 Screenshots / API Demos (if applicable)
[

🧠 Additional Notes (if applicable)