idme
هذا المحتوى غير متوفر بلغتك بعد.
ID.me Plugin
Section titled “ID.me Plugin”Government-grade identity verification via ID.me for age, military, student, and first responder checks. Pro plugin.
Requires: Basic license tier or higher.
nself license set nself_pro_...
Install
Section titled “Install”nself license set nself_pro_xxxxx...nself plugin install idmeWhat It Does
Section titled “What It Does”Integrates with the ID.me identity verification platform to confirm user attributes such as age, military service, student enrollment, and first responder status. Verification results gate access controls or enable discounts within your application. All verification events are recorded to an audit log for compliance.
Configuration
Section titled “Configuration”| Env Var | Default | Description |
|---|---|---|
IDME_PORT | 3010 | ID.me plugin service port |
IDME_CLIENT_ID | none | ID.me OAuth application client ID |
IDME_CLIENT_SECRET | none | ID.me OAuth application client secret |
IDME_REDIRECT_URI | none | OAuth redirect URI registered with ID.me |
IDME_SANDBOX | true | Use ID.me sandbox environment for testing |
| Port | Purpose |
|---|---|
| 3010 | ID.me plugin REST API |
Database Tables
Section titled “Database Tables”5 tables added to your Postgres database:
np_idme_verifications: user verification recordsnp_idme_tokens: OAuth token storagenp_idme_groups: ID.me group/community membershipsnp_idme_affiliations: verified user affiliationsnp_idme_audit_log: verification event audit trail
Nginx Routes
Section titled “Nginx Routes”| Route | Target |
|---|---|
/idme/ | ID.me verification API |