Awesome video my friend! I'm really loving Hono JS in Cloudflare Pages lately. You can build and deploy a site super quick with these. For this Lucia Auth demo, it would be cool to see you add the "email verification", "login fails lockout" and the "password reset" code. Might be neat to later add user "avatars". But yeah, anyway, *great* stuff. Keep it going :-)
User avatars is already on the list. I've wanted to try out their file storage for some time now so will definitely make a video on that. Will also add the other ones to my list, all really good topics. Thanks! 🙏
@@cdbrw I have R2, D1, KV and Images code in a few different projects. It's amazing what Cloudflare is doing. So much functionality in so few lines of code
im planning to migrate my app `/api` routes to an actual server because i'm gonna need to make a mobile app out of it. they currently are nextjs routes with next-auth. im liking Hono a lot! thanks for the content!
What a fantastic series! Thank you so much for putting this out there. You do a great job of keeping things brief but still explaining everything very well Please keep it going! I’d love to see how you would implement multiple login options, including OAuth. Your app is more of a CMS for a blog right now, so maybe you could add a page for each post that anyone can view? You can style the content nicely using the tailwind typography plugin. You could also show how to generate url slugs from the blog titles. One other thing I’m curious about regarding this stack is generating custom tailwind stylesheets rather than using the CDN. Any idea how to set this up? Thanks again for the awesome series! I’ve learned a ton
Appreciate the really nice comment, made my day 😭 Yea the plan is definitely to keep building on it and adding new features. Ill for sure make a video on OAuth! I've kind of kept the front-end changes that I make off camera just so the videos don't end up being 2 hours long but if there's value there I can definitely start showing more of that too. So you mean directly installing tailwind into the project as opposed to using the CDN to import it through a script tag?
It seems like a bad developer experience not having live reload / HMR then developing on the Frontend - that's the main Advantage then writing JSX (in comparison to simple string template literals). I guess you would have to run a separate vite/nextjs dev server to have a nice developer experience in parallel to your hono/bun api server.
For cloudflare workers the options seem to be limited to basically just pure JS hashing libraries and the Lucia Scrypt implementation is one of those. Lucia actually recommends to stay away from runtimes like cloudflare workers when it comes to hashing passwords. I've not had issues with it so far but I've also not had to use it at any sort of scale so I can't speak on how reliable it is to stay within the request time
@@cdbrw yes I found Lucia a little confusing as it says it works with runtimes like cloudlareflare workers but then it says for password hashing not to use cloudflare workers runtime. Glad to hear you have no issues so far, I wonder how it scales.
hey! if you scroll to the bottom of this page: lucia-auth.com/basics/users they have a section on how to change the type of the user id to a number will also be covering how to do this in a future video 👍
I would definitely want to see Lucia Auth V3 with OAuth for google and facebook.
Awesome video my friend! I'm really loving Hono JS in Cloudflare Pages lately. You can build and deploy a site super quick with these. For this Lucia Auth demo, it would be cool to see you add the "email verification", "login fails lockout" and the "password reset" code. Might be neat to later add user "avatars". But yeah, anyway, *great* stuff. Keep it going :-)
User avatars is already on the list. I've wanted to try out their file storage for some time now so will definitely make a video on that. Will also add the other ones to my list, all really good topics. Thanks! 🙏
@@cdbrw I have R2, D1, KV and Images code in a few different projects. It's amazing what Cloudflare is doing. So much functionality in so few lines of code
I somehow managed to pronounce Lucia in 50 different ways in this video 😅
This was great, thank you so much for the content!
im planning to migrate my app `/api` routes to an actual server because i'm gonna need to make a mobile app out of it. they currently are nextjs routes with next-auth. im liking Hono a lot! thanks for the content!
I like the ease of setup with cloudflare workers but I still think, depending on the project ofc, that having a proper server is where it's at
Amazing video my friend. I've learned alot!
What a fantastic series! Thank you so much for putting this out there. You do a great job of keeping things brief but still explaining everything very well
Please keep it going! I’d love to see how you would implement multiple login options, including OAuth. Your app is more of a CMS for a blog right now, so maybe you could add a page for each post that anyone can view? You can style the content nicely using the tailwind typography plugin. You could also show how to generate url slugs from the blog titles.
One other thing I’m curious about regarding this stack is generating custom tailwind stylesheets rather than using the CDN. Any idea how to set this up?
Thanks again for the awesome series! I’ve learned a ton
Appreciate the really nice comment, made my day 😭
Yea the plan is definitely to keep building on it and adding new features. Ill for sure make a video on OAuth! I've kind of kept the front-end changes that I make off camera just so the videos don't end up being 2 hours long but if there's value there I can definitely start showing more of that too.
So you mean directly installing tailwind into the project as opposed to using the CDN to import it through a script tag?
@@cdbrw If you want to keep it focussed on backend it’d be great to see a demo of how to implement file uploading and hosting!
Would love to see SSO via SAML using lucia!
It seems like a bad developer experience not having live reload / HMR then developing on the Frontend - that's the main Advantage then writing JSX (in comparison to simple string template literals).
I guess you would have to run a separate vite/nextjs dev server to have a nice developer experience in parallel to your hono/bun api server.
Amazing content man, Thanks a lot🙏🙌🏻
if you could implement role based auth using lucia that would be amazing!
Thanks! Will add it to my list 😉
Excellent video. I really like it.
Great vid, subscribed!
Thanks 🙏
Great video. Does Scrypt hash the password within the clodulfare workers request CPU time?
For cloudflare workers the options seem to be limited to basically just pure JS hashing libraries and the Lucia Scrypt implementation is one of those. Lucia actually recommends to stay away from runtimes like cloudflare workers when it comes to hashing passwords. I've not had issues with it so far but I've also not had to use it at any sort of scale so I can't speak on how reliable it is to stay within the request time
@@cdbrw yes I found Lucia a little confusing as it says it works with runtimes like cloudlareflare workers but then it says for password hashing not to use cloudflare workers runtime. Glad to hear you have no issues so far, I wonder how it scales.
Can you do, video, on Lucia auth, in a MERN stack, using next.js
Yup, have a few Nextjs videos lined up 😉
hey @cdbrw how to use integer instead of text for id in users table?? i didn't any doc for this
hey! if you scroll to the bottom of this page: lucia-auth.com/basics/users they have a section on how to change the type of the user id to a number
will also be covering how to do this in a future video 👍
@@cdbrw thanks man!
hey man, great video, what theme do you use, I love it
Thanks! It's called Vesper++
@@cdbrw thank you!
it'd be cool if you used ер app router
i'm a video editor who is a computer science student as well how can i contact you to start working together?
Hey, feel free to shoot me a dm on twitter! I’m pretty active on there