#6 CodeIgniter 3.x Restful #API Library - REST API with Token Authorization

preview_player
Показать описание
CodeIgniter 3.x Restful API Library Video Tutorial Part 6: REST API with Token Authorization

CodeIgniter Restful API Controller - Easily build REST API with Token Authorization
------------------
1 LIKE = More Motivation!

💰 Support by Donating - PayTm: +918868881618

–––
🎬 Main Playlists:

▶️ CakePHP 3.x video tutorials :

▶️ CakePHP 3.6 Beginner Video Tutorials

▶️ CakePHP 3.6 Shell Video Tutorials

▶️ Phalcon 3.3 video tutorials

▶️ Codeigniter 3.1.4 Video Tutorials

▶️ CodeIgniter 3.x Advanced Video Tutorials

▶️ Codeigniter 3 - Rest Server Library (API)

▶️ Codeigniter 3 HMVC Framework Video Tutorials :

▶️ CodeIgniter 4.0-dev Beginner Tutorial
---

============ ♫ Audio Track Info =========
Creative Commons — Attribution 3.0 Unported— CC BY 3.0

=============== Credits =================
All rights reserved . Contact before using the videos.

#CodeIgniter #API #ctechhindi

➡ Follow Us on

------------------------------------
LIKE ❤ | COMMENT | SHARE | SUBSCRIBE
------------------------------------

©C Tech हिन्दी
Рекомендации по теме
Комментарии
Автор

It is important to understand that the purpose of using JWT is NOT to hide or obscure data in any way. The reason why JWT are used is to prove that the sent data was actually created by an authentic source.

Since JWT are signed and encoded only, and since JWT are not encrypted, JWT do not guarantee any security for sensitive data.

ctechhindi
Автор

finally, a comprehensive video about CI + JWT. Thanks!

tommym
Автор

what if i dont want to use view data as api, , i mean i want to use in the system to decode token in order to give request if token is valid

charlesthomas
Автор

could you show the library you imported to the file? cause when i try it, i got this error Call to undefined method Jwttest::_apiConfig(). those link above mostly are broken link. thank you

nedyautami
Автор

Quick question, if you enter the wrong token (same length as generated token), it will still work?

nerdzaced
Автор

I copied the entire project to test it and I have a 500 error with the function "user_api / api_key" is the only one that presents errors. because it can be?

instantanneomkd
Автор

Hi, I am stuck on the login function where I already get the token when I echo
$token =

but whenever I use

$this->api_return(
[
'status' => true,
"result" => [
'token' => $token,
],
],
200)

it will return me 500 Internal Server Error.

tanyannloon
Автор

how to get other parameter from api like username and password using post

kuttu
Автор

bhai bol kr bta dete to jayada acche se samaj make some video vocal instead of background music.

arpitdubey