1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-05 05:40:06 +00:00

feat: add authorize middleware for validating permissions

This commit is contained in:
2022-06-29 23:06:58 +05:00
parent 70f279a49c
commit 7d916ec3e9
3 changed files with 38 additions and 2 deletions

View File

@@ -2,3 +2,4 @@ export * from './authenticateToken'
export * from './desktop'
export * from './verifyAdmin'
export * from './verifyAdminIfNeeded'
export * from './authorize'