At Agira, Technology Simplified, Innovation Delivered, and Empowering Business is what we are passionate about. We always strive to build solutions that boost your productivity.

Create A REST API In Laravel With Authentication Using Passport

APIs will always use tokens to authenticate users. The reason behind this approach is, usually, there is no session state provided between the requests. To avoid this, Laravel introduced Laravel Passport which makes API authentication an easy task by providing a full OAuth2 server implementation for the entire application. In this tutorial, we are going […]

  • Nithin Kumar C N
    Nithin Kumar C N
  • December 27, 2018

Best Laravel Security Practices You Must Try It Out!

Laravel is one of the best PHP framework that are currently available and security is one important feature that we need to consider while designing web applications to assure the users that their data is secured. Laravel also provides several security mechanisms to secure the website. However best it is, it is  always best to ensure […]

  • Nithin Kumar C N
    Nithin Kumar C N
  • September 20, 2018