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

feat: bypass authentication when route is enabled for public group

This commit is contained in:
2022-08-02 18:06:33 +05:00
parent d3a516c36e
commit 68515f95a6
3 changed files with 40 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ export * from './getRunTimeAndFilePath'
export * from './getServerUrl'
export * from './instantiateLogger'
export * from './isDebugOn'
export * from './isPublicRoute'
export * from './zipped'
export * from './parseLogToArray'
export * from './removeTokensInDB'