Fantastic tutorial, I have been reading the docs and this really cleared up some problems I had. Thank you!
@programmingfields2 ай бұрын
@marktuggle5609 Glad to know.
@nkwiakinimbom14092 ай бұрын
This will be really helpful in my projects. Thanks for this!!
@programmingfields2 ай бұрын
@@nkwiakinimbom1409 Glad to hear.
@drorkatzir2 ай бұрын
Thank you very much 💚🙏🏽 At first it didn't work because already have custom multi registration system but finally managed to solve this problem.
@programmingfields2 ай бұрын
@doriomer Glad it helped.
@benzazalaid66233 ай бұрын
thank you very match , it very helpfull your explination simple and powerfull , good luck and thanks again
@programmingfields2 ай бұрын
@benzazalaid6623 Thank you very much.
@CRSSquadАй бұрын
thank you so much sir 😊
@programmingfieldsАй бұрын
@CRSSquad you're welcome.
@nasko235679Күн бұрын
I'm getting cURL error 60: SSL certificate problem and google authentication is not going through for some reason.
@programmingfieldsКүн бұрын
@nasko235679 The error usually happens due to missing or outdated SSL certificates on your server. Update the CA certificates.
@jeffreedom292 ай бұрын
thanks bro!
@programmingfields2 ай бұрын
@jeffreedom29 You're welcome.
@mdrazuhossainraj76742 ай бұрын
very nice
@programmingfields2 ай бұрын
@@mdrazuhossainraj7674 Thank you
@mohamdnaaim40273 ай бұрын
thank you for the good explanation for the google authentication methodology , but I am asking after the email and google id registered in my app database the user will not be able to login through the breeze because user does not know the password which I make it associated with it is credentials so the user must be always login with google what I should do in this case if user try to login with it is Previous google email in breeze check if the record have the google id with not null value and ask user you should login with google ?? that is my question and thanks a lot for the efforts .
@programmingfields3 ай бұрын
@mohamdnaaim4027 Great question. We can implement this in multiple ways according to the need. 1. While registering we can send an email to that registered user email with the password. 2. Instead of sending password on the user email, we can prompt a update password screen after the successful login through Google. This will be triggered only for the first time and you can manage a flag as well in the users table itself. If the password is updated then it won't trigger. 3. Also, we can enable the forgot password functionality as Breeze has this feature. So through that users can reset their password, even if they have logged in through Google. I hope these will be helpful for you. Also, you can checkout this video for further details- kzbin.info/www/bejne/iV7cYo1_Za6BotE