Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
CodeIgniter 4 APIs Development Using JWT Authentication
Rating: 4.4 out of 5(3 ratings)
29 students

CodeIgniter 4 APIs Development Using JWT Authentication

Complete API Development Guide Using Basic, JWT Authentication Tutorials
Last updated 6/2023
English

What you'll learn

  • CodeIgniter 4 API Development Steps
  • JWT Authentication Implementation in API Development
  • Complete Guide for API Handling in CodeIgniter 4
  • Working with Basic Authentication in CodeIgniter 4
  • APIs Development without any authentication

Course content

4 sections50 lectures8h 25m total length
  • What we will learn?3:52

    Explore codeigniter 4 fundamentals, install and configure the framework, and build RESTful APIs in three phases: no authentication, basic authentication, and JWT authentication.

  • CodeIgniter 4 Setup Installation11:06

    Install and configure CodeIgniter 4 by downloading the package or using composer, ensure PHP 7.4 or higher, and start the development server with php spark serve on localhost:8080.

  • Understand Application Default Landing Page5:43

    Learn how CodeIgniter 4 loads the default landing page by routing to a home controller, loading the welcome_message view from app/views via routes.php and the base controller.

  • About PHP Spark CLI11:39
  • Create First Program3:53
  • Database Connectivity with Application7:14

    Discover how to build your first CodeIgniter 4 API with database connectivity by creating a controller, route, and view, running the spark server, and passing data from controller to view.

  • What is Migration & How to Use it ?16:31
  • How To Use Query Builder?13:55
  • How to Work with Models?13:38

    Master query builder methods in CodeIgniter 4 to perform CRUD operations for RESTful APIs. Build a database object and retrieve results with get result, get row, and get result array.

  • What is Seeder & How to use it?17:36
  • What are Route Methods?13:42

    Explore route methods in CodeIgniter for restful APIs, including get, post, put/patch, and delete, and learn how to map routes to controller methods and use method spoofing.

  • What is a Route Group?11:19

    Learn to create route groups in CodeIgniter 4 to organize RESTful API endpoints, using an API prefix for list, add, update, and delete student routes.

  • About Route Namespace & Usage17:30

    Learn namespace-based routing in codeigniter 4 to organize admin and seller API controllers with distinct folders and route prefixes for scalable RESTful endpoints.

  • Complete basics of Filters & Why we use it?19:38

Requirements

  • Beginners knowledge of CodeIgniter framework & its about MVC pattern
  • Beginners knowledge of Databases

Description

We will learn the complete idea to develop a CodeIgniter 4 RESTful APIs Development Using JWT Authentication. Basic Experience in CodeIgniter programming required like working of MVC. Learn practical skills of APIs Development in CodeIgniter 4 with mysql database driver.

This course is a step by step guide through the CodeIgniter 4 development with MySQL programming language. You will go from a beginner level to creating your own web services.


  1. Basics of CodeIgniter 4.

  2. Concept of Route, Controller, Migration, Seeders, Filters, Route Group & Namespace.

  3. Complete concept of authentication types in CodeIgniter 4.

  4. API Development without using authentication.

  5. CodeIgniter 4 Basic authentication.

  6. API development guide with live code session with jwt.

  7. API development plans while creating application structure.

  8. About JWT basics and its structure.

  9. JWT API development tutorials.

  10. API Error handling by using filters.

  11. About Response & HTTP Code

  12. Relationship in API development with JWT

  13. Difference between API Development in Basic auth & JWT auth

  14. API Development Configuration.

  15. JWT package Installation with Complete detail.

  16. Installation & Configuration of JWT in CodeIgniter 4 application.

  17. About Filter and their use.

  18. Process of API and their strategy to development.

Inside this whole tutorial you will cover too many things. After completing this whole course you will surely can handle api development in CodeIgniter 4 framework. This course and it's video by video plans will help you to build a confidence in yourself to move with api development in php framework.

This course is for every level. For beginners, it will be very perfect to enrol and learn development in very easy steps with detailed concept.

Few things you should keep in mind that is you should have some basics of CodeIgniter 4, mysql database and bit about MVC pattern. Rest all the things you will very clear during each sessions.

Who this course is for:

  • Beginner/Intermediate/Expert CodeIgniter PHP Framework Learners
  • PHP framework lover