Тёмный

Handling Webhooks With Nuxt 3 

John Komarnicki
Подписаться 22 тыс.
Просмотров 3,6 тыс.
50% 1

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 12   
@iUmerFarooq
@iUmerFarooq 9 месяцев назад
What should we use for email verification code and email on purchase something.
@iUmerFarooq
@iUmerFarooq 9 месяцев назад
I was thinking you're going to implement Stripe Webhook in this tutorial!
@JohnKomarnicki
@JohnKomarnicki 9 месяцев назад
I’m going to actually create a video about implementing stripe in the next few weeks. This was more a general introduction to webhooks using stripe as a process example
@iUmerFarooq
@iUmerFarooq 9 месяцев назад
@@JohnKomarnicki Waiting && Thank you ;)
@alibahrami6810
@alibahrami6810 9 месяцев назад
Nuxt is great, and yt should have more content about its beauty. Thanks for the video!
@JohnKomarnicki
@JohnKomarnicki 9 месяцев назад
Couldn't agree more!
@AzraiHasan
@AzraiHasan 9 месяцев назад
simple explanation and effective demonstration. thanks for this!
@JohnKomarnicki
@JohnKomarnicki 9 месяцев назад
Glad it was helpful!
@youssefmansour5756
@youssefmansour5756 9 месяцев назад
hello, i hope you're having a great day, im a big fan ! I hope if you can create a crash course using vue3, vite, pinia, new page with auto-generated route, saving token and roles like admin and client. there's no such tutorial, even tho i wanna learn it from you. i love they way you teach ! can you please reply on this if you can do such tutorial?
@rrd_webmania
@rrd_webmania 8 месяцев назад
I didn't know there is tunneling in nuxt. Thanks
@fabricec2074
@fabricec2074 9 месяцев назад
Cool ! How do you secure your endpoint so that it only accepts post request from the stripe domain for example ?
@JohnKomarnicki
@JohnKomarnicki 9 месяцев назад
You’d have to verify it via the headers of the request. So In stripes case, you’d want to check for a stripe signature from the headers