Laravel Fortify: Four Auth Things to Customize

Laravel Fortify: Four Auth Things to Customize

Laravel Daily

3 года назад

18,827 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@AliAwwad
@AliAwwad - 07.01.2023 10:11

I liked this video over a year ago, today I needed this valuable information with my new project. Thank you.

Ответить
@nikolicvladimir
@nikolicvladimir - 20.06.2022 13:48

Interesting mquestion would be, how do you change the user object here? fortify will return you full user object, and lets say, you need only email and username?

Ответить
@Maystro_eg
@Maystro_eg - 09.03.2022 23:39

Every time ., I find solution here, thank you so much

Ответить
@pondokkoding5023
@pondokkoding5023 - 04.03.2022 06:57

how about login, Sir? where is login file in laravel fortify?

Ответить
@navidsakhitab4135
@navidsakhitab4135 - 03.10.2021 12:56

tx...please help me to change message error to custom in fortify

Ответить
@ruwanbandara140
@ruwanbandara140 - 23.08.2021 10:17

Please explain how to reset password using mobile or email with Fortify

Ответить
@xXNJEEBXx
@xXNJEEBXx - 10.08.2021 10:01

Thanks💙

Ответить
@KumbaIvor
@KumbaIvor - 21.04.2021 14:59

Moving up quickly in my Laravel experience thanks to you. Thank you.

Ответить
@SagarKumar-bg3dr
@SagarKumar-bg3dr - 20.04.2021 00:01

Thank you so much sir you saved my time

Ответить
@ericfianu6090
@ericfianu6090 - 05.04.2021 00:49

i am using breeze and want to know if you can get a tutorial for how to login with username and email using breeze

Ответить
@user-qy2zj7cj5w
@user-qy2zj7cj5w - 29.03.2021 00:50

Ok, registration with username field works, but login with username instead of email doesn't return anything. Can anybody help with this? Or has something changed now?

Ответить
@RaymondAtivie
@RaymondAtivie - 21.03.2021 10:59

AWESOME!! exactly the 4 things i needed

Ответить
@tbass.p3480
@tbass.p3480 - 18.03.2021 20:36

you miss the 'unique:users' atribute in the create user's username in app/Action/Fortify/CreateNewUser.php... but it help me the same way, thanks from brazil :D

Ответить
@joegitonga9142
@joegitonga9142 - 12.02.2021 21:15

Customizing the username has some issues with password.confirm middleware. Any work-around?

Ответить
@kimieldimaano5597
@kimieldimaano5597 - 20.01.2021 07:15

Is it possible to change the user table with another table for fortify authentication example i cant use users table i need to use another table

Ответить
@pedrofilipe3445
@pedrofilipe3445 - 18.01.2021 18:13

Fortify::authenticateUsing is not working for me.
When I do dd($request) the code doest not stop there.
I'm using "laravel/fortify": "^1.7"

Ответить
@ilkerkocatepe
@ilkerkocatepe - 09.01.2021 23:49

Thanks for the lessons.
I have a problem; I am trying to install ReCaptcha v3 for login, registration etc. but failed. Can you recommend a resource on this?
Regards

Ответить
@madtin
@madtin - 05.01.2021 02:53

I'm having problems redirecting to a custom url, seems like fortify is ignoring my RouteServiceProvider::HOME constant.. for some reason, cache is clean but always redirect to / :S, Good video tho..

Ответить
@thejanikulathunga4245
@thejanikulathunga4245 - 29.12.2020 10:43

Very Helpful, Thank you so much

Ответить
@NimeshkaSrimal
@NimeshkaSrimal - 25.11.2020 21:16

Is there an option in fortify to invalidate existing sessions? something like logoutOtherDevices() method?

Ответить
@kinleynidup8132
@kinleynidup8132 - 07.11.2020 11:48

i have a logic to make a user log entries into my database. When useing the Fortify::authenticateUsing i get two entries into my database. Any idea on this

Ответить
@kelvinchege4560
@kelvinchege4560 - 06.11.2020 16:51

Can i disable auto signin on registration?

Ответить
@VioleBam
@VioleBam - 01.11.2020 17:01

@Povilas Korop
how to change URI path login to admin/login?

Ответить
@abubaker_albakri
@abubaker_albakri - 24.10.2020 10:17

thanks so much

Ответить
@anteesang6025
@anteesang6025 - 20.10.2020 11:45

thank you sir for this tutorial, but I'm relatively new to laravel and I don't know how to create Multi Authentication with fortify. I user dashboard and admin dashboard, how do I redirect based on users roles and how do I add middlewares to protect the route or blade views

Ответить
@imedtech1256
@imedtech1256 - 15.10.2020 11:21

very conveniant, i think username should be unique, thnk u for your videos

Ответить
@seenivasanc4486
@seenivasanc4486 - 13.10.2020 09:35

Fantasy app admin panel sorce code develop A to Z video

Ответить
@davidespigolon8170
@davidespigolon8170 - 13.10.2020 00:54

Can you make a tutorial for create with quick admin panel a blog with multiple images, role permissions and with laravel fortify?

Ответить
@irfanbagwala9683
@irfanbagwala9683 - 12.10.2020 19:53

@Povilas Korop
Love what you make and request you to that if possible please make a video on laravel deployment on Amazon Web services EC2 from scratch with little intro on cost management.

Ответить
@mdsazzadhassan3167
@mdsazzadhassan3167 - 12.10.2020 18:56

please make video online classes such zoom

Ответить
@coderholic6741
@coderholic6741 - 12.10.2020 11:44

does quick admin panel makes a notifications management backend that manages laravel's native notification system?

Ответить
@akashthoriya
@akashthoriya - 12.10.2020 08:53

Please do a review for bagisto laravel code.

It's model related code is a little bit tricky.

Ответить
@richardhoyle7778
@richardhoyle7778 - 12.10.2020 02:18

I am trying to get your login to work but I am not able to get either the email or username to work. I am using "laravel/framework": "^8.0",V8.9.0 and "laravel/fortify": "^1.6",v1.6.1 I have been following you step by stem however when I changed the register.blade and the login.blade files then went to register that went through and I was taken to the home page however after login out and trying to login again that failed both with the email and the username I am using google chrome and for some reason I am getting a key in the url address bar that seems to be preventing me from login in after I reset all the files back to the original and tried login in again it worked with no problem.

Ответить
@DanangCod
@DanangCod - 11.10.2020 20:32

Why fortify, laravel have that, isnt it?

Ответить
@user-gr6rf9uw2v
@user-gr6rf9uw2v - 11.10.2020 10:45

Hi Mr. Povilas Korop
My name is Ahmed Mohamed (its written in Arabic)

can you please make a video on how to make a real-time chat and notifications with laravel websockets in jquiry
cuz in the docs it feels it's more towrds js freamworks (vue, react)
I do code with vue with a good knowledge but I want it with jquirey and I think a lot also need that
so thanks to you

you gave me a lot , I'm very thankful to you

Ответить
@heshanmax2007
@heshanmax2007 - 11.10.2020 06:52

Thanks for your video. It's very helpful. How Can we add another Authentication model other than users?
Eg : students or employees

Ответить
@azizullahsamim9924
@azizullahsamim9924 - 11.10.2020 06:51

But what should we do if we want to sign in based on other conditions? For example, we have a status column in our users table that can take two value [0,1] to indicate active and deactivate users and we want only that users that have active status can log in.

Ответить
@JosueArtaud
@JosueArtaud - 10.10.2020 04:59

Login with both username and email is easier with Fortify.

Ответить
@SowrenSen
@SowrenSen - 08.10.2020 18:13

You're a time saver. Thanks a lot man!

Ответить
@asifm3520
@asifm3520 - 08.10.2020 17:25

You made easy Laravel 8 confusing topics.

Ответить
@kgp43
@kgp43 - 08.10.2020 14:43

I know this is not related, but can do you a video when to use Gates and when to use Policies? I find it hard to understand the difference as a beginner - and you explain everything so clearly :)

Ответить
@chlouis-girardot
@chlouis-girardot - 08.10.2020 14:06

Thank you!

Ответить
@patricpoba
@patricpoba - 08.10.2020 12:34

@Laravel Business I do not see adds when watching your videos. have you not monetised your channel ?

Ответить
@weblinedesigns
@weblinedesigns - 08.10.2020 11:27

How do you redirect based on user role

Ответить
@ShabeebRizvi
@ShabeebRizvi - 08.10.2020 10:59

Sweet! Keep them rolling!

Ответить
@joshuaebhoria8046
@joshuaebhoria8046 - 08.10.2020 10:58

The learning curve with you is just awesome.😎

Ответить
@MyHaloum
@MyHaloum - 08.10.2020 10:18

Thank you for video, possible to make multiple guard with Fortify?

Ответить
@legend6684
@legend6684 - 08.10.2020 09:58

Thank you, can you make a tutorial about two factor authentication feature using this package ?

Ответить
@joebelal4968
@joebelal4968 - 08.10.2020 09:55

great tutorial , can you do a multi auth tutorial with multiple guards please ? that would be awesome .

Ответить