Hi bro, I must say your strapi series is the best I found on the internet. And I can't explain how passionately wait for the videos in the series. I know you might be having side hussle which is why the videos take some time. But I really wanna appreciate the hard work and the content you provide here. You are doing an amazing work Keep that up bro!!
@nltech1 Жыл бұрын
Thank you! I really appreciate it!
@sofiakotova5724Ай бұрын
Thanks for the video, Very helpful!
@nltech1Ай бұрын
Thank you! Appreciate it!
@mdhimuhimu16318 ай бұрын
i love your strapi tutorial
@miroslavmyrha5 ай бұрын
This video really helps, thanks :)
@nltech15 ай бұрын
Thank you! I'm glad it helped!
@hongkaihuang1503 Жыл бұрын
Man, you saved my life...
@nltech1 Жыл бұрын
Thank you! I’m glad you found the video helpful!
@caducoder10 ай бұрын
Nice video! How can I protect some frontend pages based on the user role?
@nltech110 ай бұрын
It really depends on the front-end application/client you are building. Generally the process is to retrieve the JWT token on login (and save it in session storage/cookies/local storage). You can then validate the JWT token at any time (as the user navigates for example), as you have it on the client. All of these operations will happen with HTTP requests to the Strapi API.
@БаястанНурбек-ж6ж4 ай бұрын
and what about refresh token and expire jwt?
@MykhailoVavrykovych Жыл бұрын
is there a way to remove default value such as username from a User model?
@kshitijkumarsaini9501 Жыл бұрын
As far as I know it's not possible as the user collection type comes from strapi plugin. So you can't delete the predefined fields.
@openteeshirt Жыл бұрын
Please also make a video about strapi login with Google
@nltech1 Жыл бұрын
I might make a video about other auth strategies, but it won’t happen soon. I have prioritised the course content already and a couple of videos are work in progress. You can apply the same information I provided for the email strategy and read a bit more to integrate the Google auth.
@openteeshirt Жыл бұрын
@@nltech1 thanks
@anastasiia-cp1hk9 ай бұрын
How make log out there?
@brijeshshukla52848 ай бұрын
Thank u
@Mahedi_H_Sharif4 ай бұрын
is it mandatory to use username, for create an account, I'm trying to use first name and last name. but it doesn't work. i'm confused can you please clear me i can use my custom form out of the starpi roles, like my form will be first name, last name, email, password etc i don't want to use username.