References¶
These references explain the public frameworks and standards used by eAkto. Provider-specific partner documents are intentionally not mirrored here.
eGov ecosystem¶
- eGov AI developer portal — authorized AI service entry point used by the backend adapter.
- eGovPH SSO partner documentation — restricted material supplied through authorized eGovPH channels.
- NIDAS eVerify and Face Liveness integration documentation — restricted material supplied through authorized eGovPH channels.
Access to a provider document does not make it safe to publish. Follow its distribution terms and use the current sandbox/production contract issued to the project.
Flutter client¶
- Flutter application architecture guide
- Flutter testing overview
- go_router package
- Riverpod documentation
- Dio package
- flutter_secure_storage package
FastAPI server¶
- FastAPI dependencies
- FastAPI security
- FastAPI larger applications
- Pydantic settings
- SQLAlchemy 2.0 documentation
- Supabase Storage access control
Documentation and security¶
- MkDocs configuration
- MkDocs custom themes
- OWASP API Security Top 10
- OWASP Mobile Application Security
- National Privacy Commission — Data Privacy Act
Source-of-truth order¶
When two references disagree, use this order:
- applicable law and binding government/provider agreement;
- current authorized provider contract for the selected environment;
- eAkto API schemas and automated tests;
- this documentation;
- examples and historical code.
Report documentation drift instead of silently coding to an outdated example.