MCPcopy
hub / github.com/opactorai/Claudable / AuthContextType

Interface AuthContextType

contexts/AuthContext.tsx:8–11  ·  view source on GitHub ↗

* Simplified AuthContext for token-based authentication * OAuth functionality has been removed since we migrated to token-based auth

Source from the content-addressed store, hash-verified

6 * OAuth functionality has been removed since we migrated to token-based auth
7 */
8interface AuthContextType {
9 // Empty for now - only provides basic auth context structure
10 // Token management is handled directly by individual components
11}
12
13const AuthContext = createContext<AuthContextType | undefined>(undefined);
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected