mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-10 02:20:28 +08:00
f94f03bcc2
Add craftlabs-auth-config.schema.json, Java AuthConfigs model with tests, example configs aligned to BP-10, C/Java/auth-config documentation, native header notes, RELEASING guide, and workflow to verify SDK artifact checksums on release tags. Made-with: Cursor
19 lines
396 B
JSON
19 lines
396 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"provider": "bitanswer",
|
|
"scenario": "school",
|
|
"bitanswer": {
|
|
"url": "https://cloud.bitanswer.example/e3",
|
|
"loginMode": "AUTO",
|
|
"sn": ""
|
|
},
|
|
"features": {
|
|
"face": { "bitanswerFeatureId": 201 },
|
|
"expression": { "bitanswerFeatureId": 202 }
|
|
},
|
|
"school": {
|
|
"edgeDeviceId": "classroom-gate-01",
|
|
"tenantId": "school-district-demo"
|
|
}
|
|
}
|