Symfony 4 Tutorial: Social Authentication (Facebook, Github) using OAuth 2.0

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 50

  • @mahmouddehaini8136
    @mahmouddehaini8136 2 года назад

    After too many hours of search on the internet , I have found this tutorial , and it worked in my end
    the official documentation is not clear at all and it does not mention all the details !!
    Great job !!

  • @bbullorini
    @bbullorini 4 года назад +3

    Finally a tutorial that I could make it work on my project! Thank you very much

  • @LaravelJutsu
    @LaravelJutsu 5 лет назад +1

    Awesome tutorial, you deserve more views and subs !!

    • @OverSeasMedia
      @OverSeasMedia  5 лет назад +1

      Hey duuuude . Thank you so much . Btw I can't reach you on discord I've been having this problem for weeks now . Same goes for you ?

    • @LaravelJutsu
      @LaravelJutsu 5 лет назад

      @@OverSeasMedia Yes, gonna resend a friend request

  • @aleksandrbakharev5199
    @aleksandrbakharev5199 2 года назад +1

    big thanks!!! you are the best!!!

  • @DangkhoaDong
    @DangkhoaDong Год назад

    Nice tutorial!

  • @jaspreetmaan121
    @jaspreetmaan121 4 года назад +1

    Facebook has detected that Myapp- Test1 isn't using a secure connection to transfer information.
    I Got this error when working in localhost

  • @ICSVortex-DCS
    @ICSVortex-DCS 4 года назад +2

    Hi bro. Can you please update this tutorial? It already doesn't work for Sf 4.4, I even don't talk about Sf 5.0

    • @CarlosASalazar
      @CarlosASalazar 4 года назад

      true doesnt work SF4.4 and the problem doctrine-bundle^2.1

    • @max.conrad
      @max.conrad 4 года назад

      @@CarlosASalazar it worked for me on SF5 project...

  • @ICSVortex-DCS
    @ICSVortex-DCS 5 лет назад +1

    Great, thanks, very useful topic.

  • @GameplayWOT
    @GameplayWOT 4 года назад

    Hello, i have problem with loggin in my app on Symfony 4...
    My require in app:
    hwi/oauth-bundle:v0.6.3
    php-http/guzzle6-adapter:v1.1.1
    php-http/httplug-bundle:v1.16.0
    When I login using facebook and return to my app then I have a url "127.0.0.1:8000/login#_=_" and i have statement "An authentication exception occurred."
    Someone had a similar problem and solved it?

  • @zahidkhankhan
    @zahidkhankhan 4 года назад

    thanks for sharing your experiance quite interting to see the whole video

  • @CarlosASalazar
    @CarlosASalazar 4 года назад

    llevo 2 dias haciendo esto y cuando me doy cuenta que flla todo JOEEEEEE.. tengo php 7.1 y no me carga el oauth 1.1 para sf4 pffff

  • @MittaSpitta
    @MittaSpitta 4 года назад

    Nice tutorial! Do you think this would also work with an API instead of an Symfony app?

  • @cr3wcabanger
    @cr3wcabanger 5 лет назад +2

    What should i do if i have no response from owner (vk and google. both of them) and have error: An authentication exception occurred. Can you help me? (Use EntityProvider, not FOS bundle)

    • @OverSeasMedia
      @OverSeasMedia  5 лет назад +1

      You can check your dev.log . If no useful information is there check the owner again and make your keys are correct and you're not copying any whitespaces

    • @sovhip.
      @sovhip. 5 лет назад +1

      @@OverSeasMedia, thanks for your good explanations. In my case, after checking dev.log, I got this error "Guard authenticator does not support the request." Could you help me on that ? I am using 4.3 and folowing your tuto step by step.

    • @hariziamani8641
      @hariziamani8641 4 года назад +1

      @@sovhip. i'm having the same problem , An authentication exception occurred . did you solve it ?

    • @sovhip.
      @sovhip. 4 года назад

      @@hariziamani8641, I did it by solving cURL error 60 following stackoverflow.com/questions/37997669/curl-error-60-ssl-certification-issue-when-attempting-to-use-symfony I hope it will help !

    • @darkiche3689
      @darkiche3689 4 года назад +2

      @@sovhip. Worked for me thanks ! On Symfony 5 !

  • @yokingdom9936
    @yokingdom9936 5 лет назад +1

    thanks buddy you 've got a new sub

    • @OverSeasMedia
      @OverSeasMedia  5 лет назад +1

      I appreciate that mate . Thank you and cheers :)

  • @ailynCamilaZ
    @ailynCamilaZ 4 года назад

    hey bro! good tutorial just what I need!! thanks

  • @dfbastidas
    @dfbastidas 4 года назад

    thanks for this videotutorial! i am making symfony's videos too, but in spanish :D this video is amazing.

    • @OverSeasMedia
      @OverSeasMedia  4 года назад +1

      You're welcome mate, I wish you the best of luck with the channel, Subbed :))

    • @dfbastidas
      @dfbastidas 4 года назад

      OverSeas Media thanks bro 😄

  • @ninamehenni3763
    @ninamehenni3763 3 года назад

    Cache key "App/Entity/User__CLASSMETADATA__" contains reserved characters "{}()/\@:".
    I have this error when i try to login in with facebook, does someone have an idea how to solve it?

  • @pomaeb5958
    @pomaeb5958 5 лет назад +1

    Nice video mate!

  • @issamkhalifi4623
    @issamkhalifi4623 5 лет назад

    Hello my friend
    when i try to install php-http / guzzle6-adapter
    I receive an error
    In FileLoader.php line 168:
    Passing in the "body" request option as an array to send a POST request h
    been deprecated. Please use the "form_params" request option to send a a
    lication/x-www-form-urlencoded request, or the "multipart" request option
    o send a multipart/form-data request in C:\wamp64\www\my_project\config/s
    vices.yaml (which is loaded in resource "C:\wamp64\www\my_project\config/
    rvices.yaml").
    In Client.php line 416:
    Passing in the "body" request option as an array to send a POST request h
    been deprecated. Please use the "form_params" request option to send a a
    lication/x-www-form-urlencoded request, or the "multipart" request option
    o send a multipart/form-data request.
    I use the symfony 4.1
    help me please
    thank you in advance

  • @tianadede349
    @tianadede349 3 года назад

    thank you so much

  • @WalterCervini
    @WalterCervini 5 лет назад +1

    nice mi friend, a the best audio.

  • @omniversal4739
    @omniversal4739 5 лет назад +1

    Nice one bro.

  • @flawnrayen7068
    @flawnrayen7068 3 года назад

    Hello. Thanks for the content I have been following you lately

  • @CarlosASalazar
    @CarlosASalazar 4 года назад

    Ok Just 1FIX to all
    Its not posible use Symfony 4.4 with doctrine/doctrine-bundle:^2
    need doctrine/doctrine-bundle:^1.12
    and need doctrine/Common:2.8, that it!! Because
    /vendor/hwi/oauth-bundle/Security/Core/User/EntityUserProvider.php
    Use Doctrine\Common\Persistence\ManagerRegistry and this is only avaible until doctrine/common:2.8 JUST IT!! SO!!! Please FIX i dont know how do issue open on github

  • @hozykip4372
    @hozykip4372 5 лет назад

    does it include sign up as well?

  • @sidilekhalifa258
    @sidilekhalifa258 5 лет назад +1

    thanks

  • @cedricradoary1824
    @cedricradoary1824 5 лет назад +1

    very very thanks 😊 you are the best 😁😁 can you make a tutorial Paypal :D

  • @andrewstark917
    @andrewstark917 4 года назад

    Nobody cares about twig, api, only api, this video is the same as 100500 other about hwio, it has many git samples and good docs

  • @yasranwar8830
    @yasranwar8830 3 года назад

    thanks bro