Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

467
Views
Next Auth "useSession" syntax

I'm reading through the next-auth documentation, and I'm confused by the syntax for the useSession hook. Here's how it's used in the documentation

  const { data: session, status } = useSession()

However, I don't understand why we're assigning session to data. Wouldn't we achieve the same result if we just did this:

const { data, status } = useSession()

I'm sure I'm missing something here, but I'm not sure what it is. Any help would be appreciated.

Thanks!

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

It's just a naming convention in the next-auth world to use the term 'session' when using useSession(), so it'd be similar to when using getSession(), where in both cases session object includes a user object and expires string. So long story short you can assign it to whatever var name you want, or just directly use the data variable.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!