FileMood

Download Create a REST API using basic PHP with Token Authentication

Create REST API using basic PHP with Token Authentication

Name

Create a REST API using basic PHP with Token Authentication

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

6.7 GB

Total Files

96

Last Seen

2025-07-18 23:37

Hash

B406CC464AC66229BE22CC5AA30B93206636CC8E

/.../09 Token Based Authentication/

026 POST - Create a Session (Log user in API).mp4

574.2 MB

022 Introduction to Token Based Authentication.en.srt

17.8 KB

022 Introduction to Token Based Authentication.mp4

78.7 MB

023 Users Table Creation.en.srt

7.3 KB

023 Users Table Creation.mp4

45.4 MB

024 POST - Create a User (Sign up user API).en.srt

49.9 KB

024 POST - Create a User (Sign up user API).mp4

300.4 MB

025 Sessions Table Creation.en.srt

8.6 KB

025 Sessions Table Creation.mp4

62.3 MB

026 POST - Create a Session (Log user in API).en.srt

98.8 KB

027 DELETE - Delete a Session (Log user out API).en.srt

30.6 KB

027 DELETE - Delete a Session (Log user out API).mp4

185.1 MB

028 PATCH - Refresh a Session (Get new access token API).en.srt

58.1 KB

028 PATCH - Refresh a Session (Get new access token API).mp4

414.5 MB

/

TutsNode.com.txt

0.1 KB

[TGx]Downloaded from torrentgalaxy.to .txt

0.6 KB

/01 Introduction/

001 Introduction.en.srt

2.5 KB

001 Introduction.mp4

9.2 MB

002 Course Contents.en.srt

3.6 KB

002 Course Contents.mp4

13.1 MB

003 Project Scenario.en.srt

0.7 KB

003 Project Scenario.mp4

2.2 MB

/02 REST/

004 What is REST_.en.srt

11.6 KB

004 What is REST_.mp4

58.1 MB

/.../03 Set up/

005 Software Set Up.en.srt

7.6 KB

005 Software Set Up.mp4

53.1 MB

/.../04 API Requirements/

006 Tasks API Requirements.en.srt

5.4 KB

006 Tasks API Requirements.mp4

26.1 MB

007 Authentication API Requirements.en.srt

3.7 KB

007 Authentication API Requirements.mp4

14.2 MB

/05 Demo/

008 Demo of Completed API - What we are going to build.en.srt

32.1 KB

008 Demo of Completed API - What we are going to build.mp4

137.1 MB

/.../06 Tasks API Set Up/

009 Tasks Database and Tasks Table Creation.en.srt

16.5 KB

009 Tasks Database and Tasks Table Creation.mp4

97.9 MB

010 Set Up API Folder Structure.en.srt

6.6 KB

010 Set Up API Folder Structure.mp4

28.3 MB

011 Create the Response Model.en.srt

46.3 KB

011 Create the Response Model.mp4

181.8 MB

012 Set Up the Database Connection.en.srt

27.9 KB

012 Set Up the Database Connection.mp4

116.5 MB

013 Create the Task Model.en.srt

37.4 KB

013 Create the Task Model.mp4

175.7 MB

/.../07 Tasks API Endpoint Implementation/

014 GET - Get a Single Task.en.srt

51.7 KB

014 GET - Get a Single Task.mp4

247.1 MB

015 DELETE - Delete a Single Task.en.srt

9.4 KB

015 DELETE - Delete a Single Task.mp4

58.2 MB

016 GET - Get All Complete and Incomplete Tasks.en.srt

21.1 KB

016 GET - Get All Complete and Incomplete Tasks.mp4

144.6 MB

017 GET - Get All Tasks.en.srt

15.9 KB

017 GET - Get All Tasks.mp4

120.7 MB

018 GET - Get All Tasks - With Pagination.en.srt

40.4 KB

018 GET - Get All Tasks - With Pagination.mp4

259.0 MB

019 POST - Create a Task.en.srt

56.4 KB

019 POST - Create a Task.mp4

369.7 MB

020 CompleteTasksAPI-NoUserAuth.zip

19.4 KB

020 PATCH - Update a Task.en.srt

63.1 KB

020 PATCH - Update a Task.mp4

392.8 MB

/.../08 Mid Course Review/

021 Review What We Have Done So Far.en.srt

2.1 KB

021 Review What We Have Done So Far.mp4

3.7 MB

/.../10 Refactor Tasks API to Include Authentication/

029 Update Tasks Table - Add User Assignment.en.srt

5.7 KB

029 Update Tasks Table - Add User Assignment.mp4

30.8 MB

030 Add Authentication to Tasks API.en.srt

57.4 KB

030 Add Authentication to Tasks API.mp4

380.2 MB

030 CompleteTasksAPI-WithUserAuth.zip

29.9 KB

030 Slides.pdf

6.9 MB

/11 Conclusion/

031 Course Conclusion and Demo Client Application.en.srt

15.8 KB

031 Course Conclusion and Demo Client Application.mp4

81.3 MB

032 iOS Demo App Download.html

1.3 KB

032 Task-iOS-Xcode-App.zip

62.1 KB

/.../12 BONUS_ Cross-Origin Resource Sharing (CORS) Setup/

033 What is CORS And How Do We Allow This On Our REST API.en.srt

23.2 KB

033 What is CORS And How Do We Allow This On Our REST API.mp4

85.9 MB

/.../13 BONUS_ Allow image upload against a task/

034 Introduction to Image Uploading.en.srt

18.1 KB

034 Introduction to Image Uploading.mp4

59.3 MB

035 Demo of Upload Image API.en.srt

23.5 KB

035 Demo of Upload Image API.mp4

92.8 MB

036 Implement Folder Structure To Store The File Uploads.en.srt

8.1 KB

036 Implement Folder Structure To Store The File Uploads.mp4

26.6 MB

037 Task Image Database Table Creation.en.srt

7.6 KB

037 Task Image Database Table Creation.mp4

37.5 MB

038 Implement The Image Model.en.srt

43.4 KB

038 Implement The Image Model.mp4

180.5 MB

039 Implement The Image Route Logic.en.srt

50.8 KB

039 Implement The Image Route Logic.mp4

226.4 MB

040 POST - Implement The Upload Image Route.en.srt

81.3 KB

040 POST - Implement The Upload Image Route.mp4

445.8 MB

041 GET - Implement The Get Image Attributes Route.en.srt

15.3 KB

041 GET - Implement The Get Image Attributes Route.mp4

82.2 MB

042 GET - Implement The Getting Of The Actual Image File.en.srt

20.6 KB

042 GET - Implement The Getting Of The Actual Image File.mp4

115.3 MB

043 PATCH - Implement The Update Image Attributes Route.en.srt

48.7 KB

043 PATCH - Implement The Update Image Attributes Route.mp4

292.5 MB

044 DELETE - Implement The Image Deletion Route.en.srt

22.2 KB

044 DELETE - Implement The Image Deletion Route.mp4

139.1 MB

045 TasksAPI-WithUserAuthImages.zip

41.5 KB

045 Update Current Task API To Integrate Images.en.srt

46.9 KB

045 Update Current Task API To Integrate Images.mp4

290.0 MB

 

Total files 96


Copyright © 2025 FileMood.com