• Louisville, Kentucky
  • https://sudovanilla.com
  • I’m Korbs, a frontend software and web developer. I enjoy to work with open source, component based web technology, and focus on self-hosting services. I’m known for current projects like Penpot Desktop and FalixNodes Desktop.

  • Joined on 2023-04-19
Korbs opened issue Korbs/supabase-astro-test#6 2023-12-08 22:13:32 -05:00
Create forms and password reset and invites
Korbs pushed to main at Korbs/supabase-astro-test 2023-12-08 22:12:20 -05:00
d5c2e824fc update
adf13d6237 Allow user to update email and password
Compare 2 commits »
Korbs commented on issue Korbs/supabase-astro-test#3 2023-12-08 19:07:18 -05:00
Account Deletion Option

deleteUser() API doesn't appear to work.

Korbs pushed to main at Korbs/supabase-astro-test 2023-12-08 19:06:51 -05:00
017a4a4c6e update
Korbs commented on issue Korbs/supabase-astro-test#1 2023-12-08 18:07:52 -05:00
Not Detecting Auth properly (If/Else logged in or not)

Is cookie detection instead:

if (Astro.cookies.get('sb-access-token') && Astro.cookies.get('sb-refresh-token')) {
  var IsLoggedIn = true
} else {
  var IsLoggedIn = false
}
Korbs pushed to main at Korbs/supabase-astro-test 2023-12-07 14:24:41 -05:00
a877f2e016 This brokie, revert
Korbs opened issue Korbs/supabase-astro-test#5 2023-12-06 20:12:05 -05:00
Detect if user is subscribed
Korbs opened issue Korbs/supabase-astro-test#4 2023-12-06 20:09:52 -05:00
Convert Subscribe script into it's own function
Korbs pushed to main at Korbs/supabase-astro-test 2023-12-06 20:07:36 -05:00
297baba089 update
532e70b95c Add subs list
5a0d8adf10 Look for "User" instead of "Email" #1
be448ccc97 Add layouts as an alias
Compare 4 commits »
Korbs commented on issue Korbs/supabase-astro-test#1 2023-12-06 17:35:15 -05:00
Not Detecting Auth properly (If/Else logged in or not)

Instead of using {email}, we'll be detecting weather or not if there's even a user logged in by using {user} from Supabase.

Removed:

const { email } = Astro.locals

Replace…

Korbs closed issue Korbs/supabase-astro-test#1 2023-12-06 17:35:15 -05:00
Not Detecting Auth properly (If/Else logged in or not)
Korbs commented on issue Korbs/supabase-astro-test#1 2023-12-06 12:57:26 -05:00
Not Detecting Auth properly (If/Else logged in or not)

Instead of using {email} to detect weather or not the user is logged in, we should add a method to detect this.
Using just {email} should not the be way.

Korbs opened issue Korbs/supabase-astro-test#3 2023-12-05 21:22:55 -05:00
Account Deletion Option
Korbs opened issue Korbs/supabase-astro-test#2 2023-12-05 21:21:06 -05:00
Create Subscription
Korbs opened issue Korbs/supabase-astro-test#1 2023-12-05 21:17:55 -05:00
Root Page doesn't update
Korbs created branch main in Korbs/supabase-astro-test 2023-12-05 21:15:09 -05:00
Korbs pushed to main at Korbs/supabase-astro-test 2023-12-05 21:15:09 -05:00
3b0f5780fd 🚀 Init
b15301d954 prettier format and add og meta tag
1447add97b fix build and add .vercel to gitignore
74330c6eda add basic meta tags and og image
bb1005afd5 remove type assertions and rfc submit handler types
Compare 10 commits »
Korbs created repository Korbs/supabase-astro-test 2023-12-05 21:14:19 -05:00
Korbs pushed to main at Korbs/Error-Pages 2023-11-29 08:16:17 -05:00
fdb0d3a856 update
Korbs pushed to main at Korbs/Error-Pages 2023-11-29 08:12:58 -05:00
d5faf65046 update