Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeaByte/telegram-auth-nextjs
/ functions
Functions
12 in github.com/TeaByte/telegram-auth-nextjs
⨍
Functions
12
◇
Types & classes
4
↓ 14 callers
Function
cn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 1 callers
Function
createUserOrUpdate
(user: TelegramUserData)
lib/prisma.ts:6
Function
AuthProvider
({ children }: Props)
app/auth-provider.tsx:9
Function
DropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/dropdown-menu.tsx:176
Function
Home
()
app/page.tsx:5
Function
Nav
()
components/navigation/nav.tsx:7
Function
RootLayout
({ children, }: { children: React.ReactNode; })
app/layout.tsx:15
Function
SignInButton
({ botUsername }: { botUsername: string })
components/navigation/auth-buttons.tsx:18
Function
ThemeProvider
({ children, ...props }: ThemeProviderProps)
components/theme/theme-provider.tsx:7
Function
ThemeToggle
()
components/theme/theme-select.tsx:15
Function
authorize
(credentials, req)
app/api/auth/[...nextauth]/route.ts:24
Function
session
({ session, user, token })
app/api/auth/[...nextauth]/route.ts:55