-
Notifications
You must be signed in to change notification settings - Fork 9
Supabase integration: 89 #149
New issue
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
Conversation
- Worked on the supabase integration for sign up & sign in
- Worked on the route authentication for the frontend
Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com>
…sessio 8000 n on signout Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com>
Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com>
Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com>
…base-integration Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com>
Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com>
import React from 'react'; | ||
import SignUpUser3 from './signUpUser-passkey.js'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this SignUpUser3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved
src/pages/api/auth/check-session.ts
Outdated
} | ||
|
||
const { data: { user }, error } = await supabase.auth.getUser(sessionCookie); | ||
console.log(`USRE::`, user); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove the console.log
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved
Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com>
Signed-off-by: @nishad.shirsat <nishad.shirsat@ayanworks.com>