Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. bagisto api
    Log in to post

    • F

      Bagisto API login without token lifetime
      General Discussion • bagisto api bagisto api login • • fiqih.majaindo  

      2
      0
      Votes
      2
      Posts
      10
      Views

      A

      You can extend token lifetime by updating this in {your-project}\config\jwt.php file assuming this is JWT_TTL=NULL in .env file. 'ttl' => env('JWT_TTL', 60), update 60 to your limit I use this 'ttl' => env('JWT_TTL', 20160),
    • F

      How to get product grouped and product bundle api
      General Discussion • bagisto api • • fiqih.majaindo  

      2
      0
      Votes
      2
      Posts
      193
      Views

      V

      @fiqih-majaindo this has been recently added in bagisto master branch, you may check these changes and add into your project https://github.com/bagisto/bagisto/pull/4516