Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DawnMD/next-auth-credentials
/ functions
Functions
23 in github.com/DawnMD/next-auth-credentials
⨍
Functions
23
◇
Types & classes
0
↓ 3 callers
Function
connectToDatabase
()
lib/db.js:3
↓ 2 callers
Function
hashPassword
(password)
lib/auth.js:3
↓ 2 callers
Function
verifyPassword
(password, hashedPassword)
lib/auth.js:8
↓ 1 callers
Function
createUser
(email, password)
components/auth/auth-form.js:7
Function
AuthForm
()
components/auth/auth-form.js:25
Function
AuthPage
()
pages/auth.js:7
Function
HomePage
()
pages/index.js:3
Function
Layout
(props)
components/layout/layout.js:5
Function
MyApp
({ Component, pageProps })
pages/_app.js:6
Function
ProfileForm
(props)
components/profile/profile-form.js:5
Function
ProfilePage
()
pages/profile.js:5
Function
StartingPageContent
()
components/starting-page/starting-page.js:3
Function
UserProfile
()
components/profile/user-profile.js:4
Function
authorize
(credentials)
pages/api/auth/[...nextauth].js:13
Function
changePasswordHandler
(passwordData)
components/profile/user-profile.js:21
Function
getServerSideProps
(context)
pages/profile.js:9
Function
handler
(req, res)
pages/api/hello.js:3
Function
handler
(req, res)
pages/api/auth/signup.js:4
Function
handler
(req, res)
pages/api/user/change-password.js:6
Function
logoutHandler
()
components/layout/main-navigation.js:9
Function
submitHandler
(event)
components/auth/auth-form.js:36
Function
submitHandler
(event)
components/profile/profile-form.js:9
Function
switchAuthModeHandler
()
components/auth/auth-form.js:32