Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/loopbackio/loopback-next
/ skip
Function
skip
packages/authorization/src/decorators/authorize.ts:192–192 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
190
* Skip authorization
191
*/
192
export
const
skip = () => authorize({skip: true});
193
}
194
195
/**
Callers
nothing calls this directly
Calls
1
authorize
Function · 0.85
Tested by
no test coverage detected