limiting pilot data for unauthenticated users (#68)

* limiting pilot data for unauthenticated users

* limiting pilot data for unauthenticated users
This commit was merged in pull request #68.
This commit is contained in:
2025-03-18 09:56:24 -05:00
committed by GitHub
parent 09f19b178f
commit adb8e51adf
15 changed files with 264 additions and 206 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"author": "",
"private": true,

View File

@@ -16,7 +16,9 @@ export class PilotInterceptor implements NestInterceptor {
partitionKey: pilot.partitionKey,
rowKey: pilot.rowKey,
id: pilot.id,
name: pilot.name
name: pilot.name,
certificates: pilot.certificates,
endorsements: pilot.endorsements
};
});