CodeIgniter 4 Auth rest api with jwt in one video 🔥🔥🔥🔥

Поділитися
Вставка
  • Опубліковано 15 січ 2025

КОМЕНТАРІ • 8

  • @ame507
    @ame507 11 місяців тому

    What is the plugin you use for the database?

  • @MrVimkaf
    @MrVimkaf 2 роки тому

    Take note, you shouldn't be returning error responses with status code of 2xx rather use 4xx.

  • @projectwarrior7018
    @projectwarrior7018 2 роки тому

    can you tell me what extensionyour using for php and ci4

  • @zidanemagaba9445
    @zidanemagaba9445 2 роки тому

    if logout? destroy jwt token like in laravel/tymon , how in ci ?

    • @projectworld8632
      @projectworld8632  2 роки тому

      using the expire date it will delete automatically

    • @zidanemagaba9445
      @zidanemagaba9445 2 роки тому

      @@projectworld8632 but if i want make endpoint logout , in laravel there is lib called tymonth or etc i forgot ,

    • @lutfiikbalmajid3128
      @lutfiikbalmajid3128 Рік тому

      @@zidanemagaba9445 everytime you log out, and back new login, you create new session. Just do log out in the client side