nestjs-supabase-auth
nestjs-supabase-auth copied to clipboard
Nestjs don't work
user is undefined
try { const q = await this.authService.validate(req) console.log(q.email) return {n: ' p'} } catch (error) { console.log(error) }
It's working fine for me in Nestjs
@Darren120 maybe it's related to the version of @supabase/supabase-js. See https://github.com/hiro1107/nestjs-supabase-auth/issues/7#issue-1551744533