Udemy - REST API Security-Basic Auth, JWT, OAuth 2.0, OIDC, MFA,HMAC

seeders: 22
leechers: 35
updated:
Added by tutsnode in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 183
  • Language: English

Files

REST API Security-Basic Auth, JWT, OAuth 2.0, OIDC, MFA,HMAC [TutsNode.com] - REST API Security-Basic Auth, JWT, OAuth 2.0, OIDC, MFA,HMAC 11. Securing API using JWT
  • 4. JWT Authentication Coding.mp4 (254.2 MB)
  • 1. Introduction to JWT.mp4 (34.4 MB)
  • 1. Introduction to JWT.srt (5.4 KB)
  • 2. Parts of JWT.mp4 (107.7 MB)
  • 2. Parts of JWT.srt (19.5 KB)
  • 3. JSessionId.mp4 (25.5 MB)
  • 3. JSessionId.srt (5.2 KB)
  • 4. JWT Authentication Coding.srt (16.6 KB)
  • 5. JWT Authentication Testing.mp4 (25.3 MB)
  • 5. JWT Authentication Testing.srt (3.8 KB)
  • 6. JWT Authorization Coding.mp4 (219.8 MB)
  • 6. JWT Authorization Coding.srt (17.5 KB)
  • 6.1 books-ws.zip (77.4 KB)
  • 7. JWT Authorization Testing.mp4 (102.1 MB)
  • 7. JWT Authorization Testing.srt (13.8 KB)
1. Introduction
  • 1. Course Introduction.mp4 (141.7 MB)
  • 1. Course Introduction.srt (8.1 KB)
  • 2. How To Get the Best out of the Course.mp4 (29.1 MB)
  • 2. How To Get the Best out of the Course.srt (6.7 KB)
  • 2.1 API-Security.postman_collection.json (0.9 KB)
  • 2.2 Key Information.pptx (147.5 KB)
  • 3. Security Introduction.mp4 (33.8 MB)
  • 3. Security Introduction.srt (11.6 KB)
  • 4. Authentication.mp4 (52.1 MB)
  • 4. Authentication.srt (9.7 KB)
  • 5. Authorization.mp4 (17.6 MB)
  • 5. Authorization.srt (3.5 KB)
2. Environment Set-up
  • 1. Development Tools Installation.mp4 (108.3 MB)
  • 1. Development Tools Installation.srt (18.3 KB)
3. Use Case - Books API
  • 1. Open API Spec for Books API.mp4 (32.0 MB)
  • 1. Open API Spec for Books API.srt (5.5 KB)
  • 1.1 books-api.yml (2.7 KB)
  • 2. Initial Development of Books API.mp4 (99.6 MB)
  • 2. Initial Development of Books API.srt (18.5 KB)
  • 2.1 books-ws.zip (50.1 KB)
4. First Step to Security
  • 1. HTTPS and Generating Self Signed Cert.mp4 (76.2 MB)
  • 1. HTTPS and Generating Self Signed Cert.srt (20.4 KB)
  • 2. Enabling HTTPS for Books API.mp4 (50.8 MB)
  • 2. Enabling HTTPS for Books API.srt (7.0 KB)
  • 2.1 books-ws.zip (52.6 KB)
  • 3. Examinig Certificates.mp4 (52.3 MB)
  • 3. Examinig Certificates.srt (10.7 KB)
5. Filters
  • 1. Filters.mp4 (54.8 MB)
  • 1. Filters.srt (11.6 KB)
  • 1.1 books-ws.zip (52.6 KB)
6. Basic Authentication Introduction
  • 1. Basic Authentication Introduction.mp4 (60.4 MB)
  • 1. Basic Authentication Introduction.srt (7.0 KB)
7. Basic Authentication - In-memory
  • 1. Implementing UserDetails.mp4 (50.7 MB)
  • 1. Implementing UserDetails.srt (5.5 KB)
  • 2. User Service.mp4 (63.0 MB)
  • 2. User Service.srt (8.8 KB)
  • 3. Implementing UserDetailsService.mp4 (69.8 MB)
  • 3. Implementing UserDetailsService.srt (6.7 KB)
  • 4. Configuring Security.mp4 (87.8 MB)
  • 4. Configuring Security.srt (7.6 KB)
  • 5. Creating BasicAuthenticationEntryPoint.mp4 (79.5 MB)
  • 5. Creating BasicAuthenticationEntryPoint.srt (6.7 KB)
  • 6. Bringing it all together.mp4 (80.3 MB)
  • 6. Bringing it all together.srt (10.8 KB)
  • 6.1 books-ws.zip (57.2 KB)
  • 7. See it in action.mp4 (101.0 MB)
  • 7. See it in action.srt (13.3 KB)
  • 8. File as User Repository.mp4 (100.0 MB)
  • 8. File as User Repository.srt (13.8 KB)
  • 8.1 user-credentials.json (1.5 KB)
  • 8.2 books-ws.zip (58.0 KB)
8. Basic Authentication - Database
  • 1. Setting Up DB.mp4 (53.7 MB)
  • 1. Setting Up DB.srt (10.6 KB)
  • 1.1 sql-queries.sql (0.6 KB)
  • 2. Create Users Table.mp4 (17.1 MB)
  • 2. Create Users Table.srt (2.6 KB)
  • 3. Creating User Entity.mp4 (58.9 MB)
  • 3. Creating User Entity.srt (9.2 KB)
  • 4. Changing UserService and Testing.mp4 (67.4 MB)
  • 4. Changing UserService and Testing.srt (9.3 KB)
  • 4.1 books-ws.zip (70.3 KB)
9. Authorization
  • 1. API for Creating a Book.mp4 (43.7 MB)
  • 1. API for Creating a Book.srt (6.4 KB)
  • 2. Authority.mp4 (59.4 MB)
  • 2. Authority.srt (9.3 KB)
  • 2.1 sql-queries-users-authorities.sql (1.2 KB)
  • 3. Coding Authorization.mp4 (189.7 MB)
  • 3. Coding Authorization.srt (27.5 KB)
  • 3.1 books-ws.zip (72.3 KB)
10. Authorization with Roles and Authorities
  • 1. Role vs Authority.mp4 (54.2 MB)
  • 1. Role vs Authority.srt (8.4 KB)
  • 2. Database Changes.mp4 (51.3 MB)
  • 2. Database Changes.srt (7.5 KB)
  • 2.1 sql-queries-users-roles-authorities.sql (2.1 KB)
  • 3. JPA Code.mp4 (61.5 MB)
  • 3. JPA Code.srt (9.4 KB)
  • 4. Combining Roles and Authorities.mp4 (108.0 MB)
  • 4. Combining Roles and Authorities.srt (15.2 KB)
  • 4.1 books-ws.zip (73.8 KB)
  • 5. Testing Role and Authority changes.mp4 (59.4 MB)
  • 5. Testing Role and Authority changes.srt (7.4 KB)
12. Using JWT for Microservices
  • 1. Introducing Authors API.mp4 (19.4 MB)
  • 1. Introducing Authors API.srt (2.9 KB)
  • 1.1 authors-api.yml (2.3 KB)
  • 2. Implement Authors API.html (0.2 KB)
  • 3. Authors API Implementation.mp4 (31.0 MB)
  • 3. Authors API Implementation.srt (4.8 KB)
  • 3.1 authors-ws.zip (44.9 KB)
  • 4. Authors API Secured with JWT.mp4 (111.9 MB)
  • 4. Authors API Secured with JWT.srt (11.1 KB)
  • 4.1 authors-ws.zip (74.0 KB)
  • 5. What is the Problem.mp4 (39.3 MB)
  • 5. What is the Pr

Description


Description

Learn about REST API Security in lot of depth. What you will learn:

1. Understanding OAuth 2.0 in great details with practical examples

2. Implementing OAuth 2.0 and OIDC (Open ID Connect) for REST APIs

3. Theoretical concepts about REST API Security

4. Securing the transport layer using TLS

5. Securing REST APIs using Basic Authentication

6. Implementing Authorization for REST APIs

7. Securing REST APIs using JWT, Authentication and Authorization

8. Gain lot of insights about Spring Boot security i.e. Spring security framework

9. Implementing MFA (Multi Factor Authentication) using Okta

10. HMAC and how to implement it

11. Understand what to choose and when from so many REST API security options

12. Undertand theoretical concepts by coding them and debugging your code

This course has has lot of good theoretical explanation along with practical and real tlife examples. Live coding and explanation will make it lot easier for you to understand the concepts.
Who this course is for:

Who want to learn about REST API Security
Students who want to get real time hands on experience on REST API Security
Who want excellent understanding about OAuth 2.0 and OIDC
Who are curiuous about learning and implementing Authenticating and Authorization using JWT
Students looking to know about HMAC
Who would like to know the advantages of so many security mechanism

Requirements

Curiosity to learn and grow!!
Some basic knowledge about REST APIs
A PC and Admin rights to install software

Last Updated 11/2020



Download torrent
5.4 GB
seeders:22
leechers:35
Udemy - REST API Security-Basic Auth, JWT, OAuth 2.0, OIDC, MFA,HMAC


Trackers

tracker name
udp://inferno.demonoid.pw:3391/announce
udp://tracker.openbittorrent.com:80/announce
udp://tracker.opentrackr.org:1337/announce
udp://torrent.gresille.org:80/announce
udp://glotorrents.pw:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.pirateparty.gr:6969/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://9.rarbg.to:2710/announce
udp://shadowshq.yi.org:6969/announce
udp://tracker.zer0day.to:1337/announce
µTorrent compatible trackers list

Download torrent
5.4 GB
seeders:22
leechers:35
Udemy - REST API Security-Basic Auth, JWT, OAuth 2.0, OIDC, MFA,HMAC


Torrent hash: C6C92742583AEA04009D952092D4E9ADE33FD4EF