Current User Session
To get the current user session, you can call:
const session = await getCurrentUser();You can modify the function in src/lib/session.ts to add more information to the session.
To get the current user session, you can call:
const session = await getCurrentUser();You can modify the function in src/lib/session.ts to add more information to the session.