Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anton-sementsov/20ft-new
/ functions
Functions
12 in github.com/anton-sementsov/20ft-new
⨍
Functions
12
◇
Types & classes
0
Function
AuthStatus
()
components/auth-status.tsx:3
Function
Form
({ type }: { type: "login" | "register" })
components/form.tsx:10
Function
Home
()
app/page.tsx:4
Function
Home
()
app/protected/page.tsx:3
Function
LoadingDots
({ color = "#000" }: { color?: string })
components/loading-dots.tsx:3
Function
Login
()
app/register/page.tsx:5
Function
Login
()
app/login/page.tsx:5
Function
POST
(req: Request)
app/api/auth/register/route.ts:6
Function
RootLayout
({ children, }: { children: React.ReactNode; })
app/layout.tsx:30
Function
SignOut
()
components/sign-out.tsx:4
Function
authorize
(credentials)
app/api/auth/[...nextauth]/route.ts:13
Function
middleware
(req: NextRequest)
middleware.ts:4