Erik mate welcome back. I'd love to see some: - advanced Vue 3 best practices - creating a not so small library with Vue 3 - browser extensions - some Svelte - microservices - SAAS tools - no fuss backend something like Supabase -
A few things would be cool! Show how to deploy it to AWS... including SSR. Another cool thing would be to show how to hook it up to have ci/cd with github. I'd love to see the same setup using the Amplify CDK constructs.
I'm confused how I check a user's auth status while in the server-side code of nuxt. With Supabase, you just pass in the `event` param from the defineEventHandler to the serverSupabaseUser function like this: await serverSupabaseUser(event). Can't figure out a way to do this in Amplify Auth.
Can we get a Cognito tutorial without Amplify or at least without the Amplify magic? I think that would be interesting to people who don't use Amplify.
Wow - this was extremely painful to get all the pieces in place and I still couldn't get it to fully work (login displayed but couldn't create new accounts). Our company is 100% AWS so I was really hoping to get this wired up into my new small Nuxt 3 app but I kept getting stuck saying "did you run amplify push auth yet?" or something along those lines. I'm sure it's my fault missing something minor but as a sanity check, I wired Supabase up in a few minutes with no issues at all and there was no crazy 14+ terminal config commands you needed to do like with Amplify. I tried with Amplify like 4 times from scratch. Did you skip over a bunch? Because mine required a lot more steps than what you showed.
@@ProgramWithEriknot yet. I'm going to circle back around to it after the store is done. Just using supabase for now but will eventually have to use AWS for production.
@@RichColemanTx Not sure if you resolved it by now but just in case anyone else has a similar issue. It seems like you set up the amplify project via the CLI or at least the authentication service. If you set it up via CLI you need to run the "amplify push" command to create the service in the backend. If you set everything up in the AWS console as shown in the video you need to make sure to do the " amplify pull --appId --envName " so that you have the configs in your project.
What do you want to see next?
Lambda cloud functions!
vueUse... there are just so many features & functions in that little library.
Erik mate welcome back.
I'd love to see some:
- advanced Vue 3 best practices
- creating a not so small library with Vue 3
- browser extensions
- some Svelte
- microservices
- SAAS tools
- no fuss backend something like Supabase
-
A few things would be cool! Show how to deploy it to AWS... including SSR.
Another cool thing would be to show how to hook it up to have ci/cd with github.
I'd love to see the same setup using the Amplify CDK constructs.
Extending a prisma and nuxt 3 app
Great to see you back Eric - your content is the best Vue stuff out there.
This is perfect timing!!! I was just starting a next project that needs auth. Great content Erik!
Awesome! Let me know how it goes!
I love your Nuxt3 content man, keep it up the good work! Thank you so much
Thanks!
Hot topic as of right now (seeing people struggling daily with auth) since the official module is not out yet.
I need to check the status of the official module
yes, I'm one of them :D thanks for the comment in my stackoverflow question:D
Please do a JWT auth with different strategies e.g for admin and normal user
this is so helpful, thank you very much !
Erik could you plz create video with Amplify Gen 2 setup and auth + Nuxt 3 please, thank you in advance😊
Always love your sharing! a moment ago I visited nuxt module and I saw Nuxt-Auth for Nuxt 3 just come out. It's good that you can explore. Nice Job 👍
Oh nice! I’ll check it out
Thank you for your videos Erik!
Thanks! I appreciate the platform!
I'm confused how I check a user's auth status while in the server-side code of nuxt. With Supabase, you just pass in the `event` param from the defineEventHandler to the serverSupabaseUser function like this: await serverSupabaseUser(event). Can't figure out a way to do this in Amplify Auth.
Thank yoy!
What about authentication with metamask sign message & email and supabase
I'm still getting window is not defined even with the appropriate nuxt.config.ts modifications. Any ideas?
Does Amplify support Nuxt 3 with SSR and api routes? How should this be done?
It's supports Nuxt3, and in my testing SSR was working. Amplify hosting does not support API routes though. To my knowledge.
Can we get a Cognito tutorial without Amplify or at least without the Amplify magic? I think that would be interesting to people who don't use Amplify.
But I guess this is the wrong channel to request for this. Lol.
Wow - this was extremely painful to get all the pieces in place and I still couldn't get it to fully work (login displayed but couldn't create new accounts). Our company is 100% AWS so I was really hoping to get this wired up into my new small Nuxt 3 app but I kept getting stuck saying "did you run amplify push auth yet?" or something along those lines. I'm sure it's my fault missing something minor but as a sanity check, I wired Supabase up in a few minutes with no issues at all and there was no crazy 14+ terminal config commands you needed to do like with Amplify. I tried with Amplify like 4 times from scratch. Did you skip over a bunch? Because mine required a lot more steps than what you showed.
I'm sorry to hear that. Did you ever figure it out?
@@ProgramWithEriknot yet. I'm going to circle back around to it after the store is done. Just using supabase for now but will eventually have to use AWS for production.
@@RichColemanTx Not sure if you resolved it by now but just in case anyone else has a similar issue.
It seems like you set up the amplify project via the CLI or at least the authentication service. If you set it up via CLI you need to run the "amplify push" command to create the service in the backend. If you set everything up in the AWS console as shown in the video you need to make sure to do the " amplify pull --appId --envName " so that you have the configs in your project.
aws cognito with nuxt-auth module
That’s a good one!
very thx!
Привет