We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
user is undefined
try { const q = await this.authService.validate(req) console.log(q.email) return {n: ' p'} } catch (error) { console.log(error) }
The text was updated successfully, but these errors were encountered:
It's working fine for me in Nestjs
Sorry, something went wrong.
@Darren120 maybe it's related to the version of @supabase/supabase-js. See #7 (comment)
@supabase/supabase-js
No branches or pull requests
user is undefined
try { const q = await this.authService.validate(req) console.log(q.email) return {n: ' p'} } catch (error) { console.log(error) }
The text was updated successfully, but these errors were encountered: