У нас вы можете посмотреть бесплатно Customized Authentication Flow in Strapi CMS (Nuxt 3) | Full Tutorial или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Github repo: https://github.com/BayBreezy/customiz... In this tutorial, I'll guide you through customizing the authentication flow in Strapi and integrating it seamlessly with a Nuxt 3 frontend. Whether you're new to Strapi or looking to enhance user authentication in your projects, this video is for you! We'll cover the following key topics: ✔ Setting up a Strapi backend to manage user authentication. ✔ Customizing login and register controllers in Strapi to tailor the authentication flow. ✔ Creating a Nuxt 3 frontend with dedicated pages for Signup, Login, and OTP verification. ✔ Implementing custom routes and controllers in Strapi to handle OTP verification securely. By the end of this tutorial, you'll have a solid understanding of how to extend and personalize user authentication in Strapi while leveraging the power of Nuxt 3 for a dynamic frontend experience. Don't forget to like, subscribe, and leave a comment if you found this tutorial helpful! Let's dive in and level up our authentication game together. 💪🔒 Chapters 0:00 - Introduction 4:05 - Diagram displaying the outline of the app 7:52 - Creating our Nuxt 3 app 8:27 - Adding UI Thing 10:27 - A quick look at VSCode extensions at play 18:33 - Adding the Login, OTP & Sign Up pages to our Nuxt app 37:15 - Creating our Strapi app 40:40 - Adding Nodemailer to our Strapi app 45:37 - Adding maildev(https://github.com/maildev/maildev) 47:25 - Sending a test email from our Strapi app 47:49 - Adding custom attribute to our User table 49:18 - Looking at how to extend the users-permissions plugin 54:02 - Overriding the register controller 1:01:12 - Adding Nuxt Strapi Module to our Nuxt app 1:05:37 - Adding the Register functionality to our Nuxt app 1:07:10 - Adding route middlewares to our Nuxt app 1:10:42 - Adding the Dashboard page to our Nuxt app 1:12:05 - Adding the Logout function to our dashboard 1:13:21 - Testing & debugging our registration flow 1:19:22 - Overriding the Login flow in Strapi 1:30:51 - Adding the login functionality to our Nuxt app 1:33:36 - Adding a custom route & controller to our Strapi app 1:41:56 - Adding OTP verification functionality to our Nuxt app 1:45:56 - Testing & debugging the OTP flow 1:51:28 - Fixing OTP controller bug