Properties on context.currentUser

I was wondering if all fields in User table are available on the context.currentUser, if not, how can I make more fields available?

Thanks!

Hi @dingzhanjun,

on the web side you will have access to all the fields you are returning from getCurrentUser in api/src/lib/auth.ts. Hope this helps.

Best regards
Tilmann

2 Likes

thanks