Laravel REST API With Passport OAuth Authentication

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

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

  • @andrewmcdowell8158
    @andrewmcdowell8158 19 дней назад +1

    This was very helpful! not a lot of good resources on a more niche setup like this. This got me a lot of progress.

  • @MDSABBIRHOSSAIN-ot1tu
    @MDSABBIRHOSSAIN-ot1tu 28 дней назад +1

    Thanks a lot. was very helpful.

  • @AkashPatel-c2v
    @AkashPatel-c2v Месяц назад +1

    👍💯

  • @financeinfo01
    @financeinfo01 10 дней назад +1

    Great work do u have git repo for this?

    • @savanihd
      @savanihd  10 дней назад

      Yes, you can find article here: www.itsolutionstuff.com/post/laravel-11-rest-api-with-passport-authentication-tutorialexample.html and Github repository here: github.com/savanihd/Laravel-11-REST-API-using-Passport

    • @financeinfo01
      @financeinfo01 10 дней назад

      @@savanihd Thanks buddy

  • @ant3413
    @ant3413 22 дня назад +1

    [2024-12-16 06:03:11] local.ERROR: Invalid key supplied {"exception":"[object] (LogicException(code: 0): Invalid key supplied at C:\\Laravel_Projects\\Auth\\laravel\\vendor\\league\\oauth2-server\\src\\CryptKey.php:67)
    [stacktrace]
    Pls help

    • @savanihd
      @savanihd  21 день назад +1

      You need to follow the follwing commands:
      php artisan passport:install
      after that you run this:
      php artisan passport:keys --force
      then:
      sudo chmod -R 0777 ./storage