Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ useAuth
Function
useAuth
frontend/src/auth/useAuth.ts:36–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
35
// Hook to get auth context regardless of provider
36
export
function
useAuth() {
37
const
provider = useAuthProvider();
38
return
provider.context;
39
}
Callers
8
ProtectedRoute
Function · 0.90
AppLayout
Function · 0.85
AuthDemo
Function · 0.85
usePermissions
Function · 0.85
useAuthStoreIntegration
Function · 0.85
useAuthMigration
Function · 0.85
WorkflowList
Function · 0.85
ClerkBridgeInner
Function · 0.85
Calls
1
useAuthProvider
Function · 0.85
Tested by
no test coverage detected