fosrl.pangolin/server/routers/resource
Mauricio Allende 6b141c3ea0
fix: add missing await when verifying pincode
`validPincode` ends up as a `Promise` and evaluates as a thruthy value wether the pin is correct or not.
2025-01-17 22:54:20 -03:00
..
authWithAccessToken.ts allow access token in resource url 2025-01-11 19:47:07 -05:00
authWithPassword.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
authWithPincode.ts fix: add missing await when verifying pincode 2025-01-17 22:54:20 -03:00
authWithWhitelist.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
createResource.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
deleteResource.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
getResource.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
getResourceAuthInfo.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
getResourceWhitelist.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
index.ts access token endpoints and other backend support 2024-12-18 23:14:26 -05:00
listResourceRoles.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
listResources.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
listResourceUsers.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
setResourcePassword.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
setResourcePincode.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
setResourceRoles.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
setResourceUsers.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
setResourceWhitelist.ts refactor and reorganize 2025-01-01 21:41:31 -05:00
updateResource.ts refactor and reorganize 2025-01-01 21:41:31 -05:00