CakePHP 4 API Development with JWT Authentication Tutorials
Complete API Development Guide Using Basic, JWT Authentication
What you’ll learn
-
CakePHP 4 API Development Steps
-
JWT Authentication Implementation in API Development
-
CakePHP APIs Development without any Authentication
-
Complete Guide for API Handling in CakePHP 4
Description
API development process is very important if you are working with mobile apis, web apis, etc. Inside this course you will learn api development into a great detail. These are things we have covered step by step.
- Basics of CakePHP 4.
- Concept of Route, Controller, Migration, Seeders, etc.
- Complete concept of Authentication types in CakePHP 4.
- API Development without using authentication.
- API development guide with live code session with jwt.
- API development plans while creating application structure.
- About JWT basics and its structure.
- JWT API development tutorials.
- API Error handling by using filters.
- About Response & HTTP Code
- Relationship in API development with JWT
- Difference between API Development with Basic & JWT auth
- API Development Configuration.
- JWT package Installation with Complete detail.
- Installation & Configuration of JWT in CakePHP 4 application.
- 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 CakePHP 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 CakePHP 4, mysql database and bit about MVC pattern. Rest all the things you will very clear during each sessions.
Requirements
-
Beginners knowledge of CakePHP framework & its about MVC pattern
-
Beginners knowledge of Databases
Who this course is for:
- Beginner/Intermediate/Expert CakePHP Framework Learners
- PHP framework lover
Course Features
- Lectures 34
- Quizzes 0
- Duration 5h 15m
- Skill level All levels
- Language English
- Students 83
- Certificate Yes
- Assessments Yes
-
Project Installation & Introduction
-
Phase #1 - CakePHP 4 APIs without Authentication
-
Phase #2 - CakePHP 4 API with JWT Authentication
- Discussion About API Development Plans
- What is JWT & How To Use in Application
- Project Installation & JWT Setup
- Create Migration
- Routes Setup
- Controller & It’s Methods Setup
- Model & Entity Setup
- Auth Setup with JWT Package
- Methods of Auth Component
- User Register API
- Concept of Password Hasher
- User Login API
- User Profile API
- Add Blog API
- List Blog API
- Single Blog Details API
- Update Blog Details API
- Delete Blog API