MCPcopy 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
36export function useAuth() {
37 const provider = useAuthProvider();
38 return provider.context;
39}

Callers 8

ProtectedRouteFunction · 0.90
AppLayoutFunction · 0.85
AuthDemoFunction · 0.85
usePermissionsFunction · 0.85
useAuthStoreIntegrationFunction · 0.85
useAuthMigrationFunction · 0.85
WorkflowListFunction · 0.85
ClerkBridgeInnerFunction · 0.85

Calls 1

useAuthProviderFunction · 0.85

Tested by

no test coverage detected