Angular Authentication with Laravel Sanctum

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025

ความคิดเห็น • 11

  • @kirok88
    @kirok88 3 หลายเดือนก่อน +1

    Thankyou it was a big help

  • @luisarturojimenezpizana9036
    @luisarturojimenezpizana9036 8 หลายเดือนก่อน

    Excelentes videos

    • @tdevclass
      @tdevclass  8 หลายเดือนก่อน

      Thank you

  • @thesloveniaboy123
    @thesloveniaboy123 7 หลายเดือนก่อน

    Is it possible to use the same Laravel API for SPA and mobile app (Angular + Ionic)?

    • @tdevclass
      @tdevclass  7 หลายเดือนก่อน +1

      Yes and no, no because authentication on mobile can't be the same, and yes because business logic can share the same endpoints just depends on you. You can read more on the document page laravel.com/docs/11.x/sanctum#mobile-application-authentication

    • @IgreIgrice-z3y
      @IgreIgrice-z3y 7 หลายเดือนก่อน

      ​@@tdevclassthat is awesome! Tnx

  • @jhonrengifo-ok3fl
    @jhonrengifo-ok3fl 8 หลายเดือนก่อน

    code in github?

  • @ahajri89
    @ahajri89 9 หลายเดือนก่อน

    hi thanks for the tutorial but i still get Unauthenticated error

    • @tdevclass
      @tdevclass  9 หลายเดือนก่อน

      am guessing the error is coming from .evn file
      try this config in your .env
      APP_URL=localhost:8000
      FRONTEND_URL=localhost:4200
      SESSION_SECURE_COOKIE=false
      SESSION_DOMAIN=localhost
      SANCTUM_STATEFUL_DOMAINS=localhost:4200
      let me know if it works