Next.js Discord

Discord Forum

Howw do I implement Login and Logout in my next app 😭

Answered
Schneider’s Smooth-fronted Caima… posted this in #help-forum
Open in Discord
Schneider’s Smooth-fronted CaimanOP
I've gone through some docs and materials, but most of them seem to be based on older versions of Next (with the pages).
Please help me with any material that would be helpful to me, so I can learn about Authenticating in Next while syncing up the auth data to the database
Answered by B33fb0n3
I recommend you using next-auth: https://next-auth.js.org/getting-started/introduction

I marked the important points for you green (see attached). To get to know how auth works. Take a look at some youtube videos, that explain jwt based auth and session based auth (no coding, just explainations).
View full answer

4 Replies

@Schneider’s Smooth-fronted Caiman I've gone through some docs and materials, but most of them seem to be based on older versions of Next (with the pages). Please help me with any material that would be helpful to me, so I can learn about Authenticating in Next while syncing up the auth data to the database
I recommend you using next-auth: https://next-auth.js.org/getting-started/introduction

I marked the important points for you green (see attached). To get to know how auth works. Take a look at some youtube videos, that explain jwt based auth and session based auth (no coding, just explainations).
Answer
@Schneider’s Smooth-fronted Caiman solved?
Schneider’s Smooth-fronted CaimanOP
Oh, thanks @B33fb0n3
I'll go learn more about next-auth
Hey I am learning about next-auth as well, and maybe we could help each other out?