Chat with your codebase.
Stop searching, start asking. Connect your GitHub repositories and get instant, context-aware answers about your logic, bugs, and architecture.
The authentication logic is located in src/auth/provider.tsx. It
uses a Context API to manage the user session and persists the JWT token in localStorage.