add live link to supabase auth in action

nulfrost 4fcfbe88 1688da98

Changed files
+1 -1
src
+1 -1
src/content/blog/supabase-auth-with-remix-and-vite.md
··· 252 252 253 253 ## Conclusion 254 254 255 - This is all that is needed to set up authentication, you can explore the other authentication methods if you choose to do so. I have a repository set up with Github authentication that can be used as a starting point [which can be found here](https://github.com/nulfrost/supabase-remix-ssr). 255 + This is all that is needed to set up authentication, you can explore the other authentication methods if you choose to do so. I have a [repository set up with Github authentication](https://github.com/nulfrost/supabase-remix-ssr) as well as a [live example of supabase auth in action](https://supabase-ssr-remix.vercel.app/).