FileMood

Download [FreeCourseSite.com] Udemy - Angular Security Masterclass (with FREE E-Book)

FreeCourseSite com Udemy Angular Security Masterclass with FREE Book

Name

[FreeCourseSite.com] Udemy - Angular Security Masterclass (with FREE E-Book)

 DOWNLOAD Copy Link

Total Size

2.4 GB

Total Files

152

Hash

D749CC4BDA74656D9B57A87596B1382E3B069EDE

/0. Websites you may like/

[CourseClub.ME].url

0.1 KB

[FCS Forum].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/01 - Introduction/

001 Angular Security Course Helicopter View.mp4

8.2 MB

001 Angular Security Course Helicopter View_es.vtt

2.5 KB

002 IMPORTANT.html

0.7 KB

003 The Typescript Jumpstart Ebook.html

6.5 KB

004 Installing Git, Node, NPM and Choosing an IDE.mp4

43.0 MB

004 Installing Git, Node, NPM and Choosing an IDE_es.vtt

5.2 KB

005 Installing The Lessons Code - Learn Why Its Essential To Use NPM 5.mp4

15.5 MB

005 Installing The Lessons Code - Learn Why Its Essential To Use NPM 5_es.vtt

7.2 KB

006 How To Run Node In TypeScript With Hot Reloading.mp4

12.5 MB

006 How To Run Node In TypeScript With Hot Reloading_es.vtt

5.0 KB

007 Guided Tour Of The Sample Application.mp4

15.7 MB

007 Guided Tour Of The Sample Application_es.vtt

7.7 KB

10683152-Typescript-Jumpstart-Book-Udemy.pdf

775.8 KB

/02 - Sign Up Service - Initial Client and Server-Side Implementation/

001 Client Side Authentication Service - API Design.mp4

11.7 MB

001 Client Side Authentication Service - API Design_es.vtt

6.0 KB

002 Client Authentication Service - Design and Implementation.mp4

36.6 MB

002 Client Authentication Service - Design and Implementation_es.vtt

11.2 KB

003 The New Angular HTTP Client - Doing a POST Call To The Server.mp4

23.6 MB

003 The New Angular HTTP Client - Doing a POST Call To The Server_es.vtt

7.3 KB

004 User Sign Up Server-Side Implementation in Express.mp4

33.5 MB

004 User Sign Up Server-Side Implementation in Express_es.vtt

11.0 KB

/03 - Password Storage - Hashing and Salting/

001 Introduction To Cryptographic Hashes - A Running Demo.mp4

38.2 MB

001 Introduction To Cryptographic Hashes - A Running Demo_es.vtt

7.2 KB

002 Some Interesting Properties Of Hashing Functions - Validating Passwords.mp4

27.6 MB

002 Some Interesting Properties Of Hashing Functions - Validating Passwords_es.vtt

7.8 KB

003 Learn Offline Dictionary Attacks - Why Use Cryptographic Salting.mp4

30.7 MB

003 Learn Offline Dictionary Attacks - Why Use Cryptographic Salting_es.vtt

9.9 KB

004 Password Key Derivation Functions and The Node Crypto Module.mp4

22.3 MB

004 Password Key Derivation Functions and The Node Crypto Module_es.vtt

6.8 KB

005 Using the Argon 2 Hashing Function In Our Sign Up Backend Service.mp4

51.8 MB

005 Using the Argon 2 Hashing Function In Our Sign Up Backend Service_es.vtt

10.4 KB

006 How To Implement a Password Policy.mp4

32.9 MB

006 How To Implement a Password Policy_es.vtt

6.3 KB

007 Displaying Client-Side Password Validation Errors - What's Next.mp4

31.9 MB

007 Displaying Client-Side Password Validation Errors - What's Next_es.vtt

7.9 KB

/04 - User Session Management/

001 Switch Branches And User Session Management Section Introduction.mp4

32.3 MB

001 Switch Branches And User Session Management Section Introduction_es.vtt

9.0 KB

002 Node Util Promisify - How to Convert Callback Based APIs to Promise-based.mp4

18.4 MB

002 Node Util Promisify - How to Convert Callback Based APIs to Promise-based_es.vtt

5.8 KB

003 Introduction To Node Async Await - Creating a User Session Id.mp4

30.5 MB

003 Introduction To Node Async Await - Creating a User Session Id_es.vtt

10.2 KB

004 Modeling a User Session - Classes Or Interfaces.mp4

18.2 MB

004 Modeling a User Session - Classes Or Interfaces_es.vtt

8.4 KB

005 Browser Cookies - How To Use Them For User Session Management.mp4

31.6 MB

005 Browser Cookies - How To Use Them For User Session Management_es.vtt

10.1 KB

006 Attack Scenario - User Identity Theft Attack Using A Third-Party Server.mp4

35.4 MB

006 Attack Scenario - User Identity Theft Attack Using A Third-Party Server_es.vtt

6.3 KB

007 How To Better Protect The Session Id Using HTTP Only Cookies.mp4

15.4 MB

007 How To Better Protect The Session Id Using HTTP Only Cookies_es.vtt

3.4 KB

008 HTTPS Secure Cookies - Running the Angular CLI in HTTPS Mode.mp4

32.0 MB

008 HTTPS Secure Cookies - Running the Angular CLI in HTTPS Mode_es.vtt

6.5 KB

009 Client-Side User Session Management - Retrieve User Data From Session.mp4

43.4 MB

009 Client-Side User Session Management - Retrieve User Data From Session_es.vtt

12.9 KB

010 An Ancient Vulnerability - JSON Hijacking, Securing REST Endpoint.mp4

27.7 MB

010 An Ancient Vulnerability - JSON Hijacking, Securing REST Endpoint_es.vtt

12.0 KB

011 Implementing Logout - Destroying The User Session.mp4

31.8 MB

011 Implementing Logout - Destroying The User Session_es.vtt

9.9 KB

012 User Login - Step-by-Step Implementation.mp4

28.3 MB

012 User Login - Step-by-Step Implementation_es.vtt

9.2 KB

013 Finish Login Functionality and Section Conclusion.mp4

30.1 MB

013 Finish Login Functionality and Section Conclusion_es.vtt

12.6 KB

/05 - Introduction To JSON Web Tokens/

001 JSON Web Tokens - Section Introduction.mp4

12.6 MB

001 JSON Web Tokens - Section Introduction_es.vtt

5.5 KB

002 Creating Your First JWT - What Does It Look Like.mp4

8.3 MB

002 Creating Your First JWT - What Does It Look Like_es.vtt

2.8 KB

003 JSON Web Tokens In a Nutshell.mp4

15.8 MB

003 JSON Web Tokens In a Nutshell_es.vtt

5.2 KB

004 JSON Web Tokens In Detail - The Header and the Payload.mp4

43.0 MB

004 JSON Web Tokens In Detail - The Header and the Payload_es.vtt

8.2 KB

005 JWT Signature With HS256 - How Does It Work Learn What is an HMAC Code.mp4

37.5 MB

005 JWT Signature With HS256 - How Does It Work Learn What is an HMAC Code_es.vtt

11.4 KB

006 JWT Signature With RS256 - Learn The Advantages Compared to HS256.mp4

56.8 MB

006 JWT Signature With RS256 - Learn The Advantages Compared to HS256_es.vtt

10.4 KB

007 Creating a JWT User Session - Setting Subject and Expiration.mp4

11.7 MB

007 Creating a JWT User Session - Setting Subject and Expiration_es.vtt

4.0 KB

/06 - JWT In Practice - Step-by-Step Authentication With JSON Web Tokens/

001 User Sign Up With JWT - Learn How To Combine Cookies and JWTs.mp4

52.5 MB

001 User Sign Up With JWT - Learn How To Combine Cookies and JWTs_es.vtt

10.5 KB

002 Server-Side User Identification Via a Custom Express Middleware.mp4

66.2 MB

002 Server-Side User Identification Via a Custom Express Middleware_es.vtt

12.1 KB

003 User Retrieval Express Middleware - Error Handling With Async Await.mp4

11.0 MB

003 User Retrieval Express Middleware - Error Handling With Async Await_es.vtt

4.1 KB

004 Finishing The Implementation Of User Identification Middleware.mp4

21.7 MB

004 Finishing The Implementation Of User Identification Middleware_es.vtt

7.7 KB

005 Backend JWT-based Security Using an Express Middleware.mp4

25.1 MB

005 Backend JWT-based Security Using an Express Middleware_es.vtt

8.8 KB

006 JWT-based Authentication - Section Conclusion and What's Next.mp4

12.7 MB

006 JWT-based Authentication - Section Conclusion and What's Next_es.vtt

5.5 KB

/07 - CSRF - Cross Site Request Forgery/

001 Understanding CSRF - Step-by-Step Attack Simulation.mp4

45.3 MB

001 Understanding CSRF - Step-by-Step Attack Simulation_es.vtt

12.4 KB

002 CSRF In Detail - Understanding Attack Limitations.mp4

44.9 MB

002 CSRF In Detail - Understanding Attack Limitations_es.vtt

9.4 KB

003 Implementing the CSRF Double Submit Cookie Defense - Server Implementation.mp4

114.5 MB

003 Implementing the CSRF Double Submit Cookie Defense - Server Implementation_es.vtt

15.7 KB

004 How To Defense Our Application Against CSRF - Client And Server Defenses.mp4

54.2 MB

004 How To Defense Our Application Against CSRF - Client And Server Defenses_es.vtt

12.0 KB

/08 - JWT-based Authentication With Auth0/

001 Auth0 Section Introduction - Using JWTs to Delegate Authentication To 3rd Party.mp4

20.2 MB

001 Auth0 Section Introduction - Using JWTs to Delegate Authentication To 3rd Party_es.vtt

6.8 KB

002 Integrating a 3rd Party Authentication Provider - Auth0.mp4

26.2 MB

002 Integrating a 3rd Party Authentication Provider - Auth0_es.vtt

6.2 KB

003 Setting Up an Auth0 Externally Hosted Login Page.mp4

19.9 MB

003 Setting Up an Auth0 Externally Hosted Login Page_es.vtt

7.7 KB

004 How does Auth0 Authentication Work Logging In a User.mp4

34.7 MB

004 How does Auth0 Authentication Work Logging In a User_es.vtt

7.5 KB

005 Receiving The Auth0 JWT at Application Startup with parseHash.mp4

16.0 MB

005 Receiving The Auth0 JWT at Application Startup with parseHash_es.vtt

7.1 KB

006 Storing the Auth0 JWT In Local Storage.mp4

18.6 MB

006 Storing the Auth0 JWT In Local Storage_es.vtt

6.4 KB

007 Adapting the UI To the User Login Status.mp4

23.8 MB

007 Adapting the UI To the User Login Status_es.vtt

10.1 KB

008 Angular HTTP Interceptor - Build an Authentication Interceptor.mp4

44.5 MB

008 Angular HTTP Interceptor - Build an Authentication Interceptor_es.vtt

11.7 KB

009 JWT Authentication with express-jwt and JSON Web Key Set - Backend Design.mp4

67.2 MB

009 JWT Authentication with express-jwt and JSON Web Key Set - Backend Design_es.vtt

9.0 KB

010 Auth0 JWT-based Authentication - Backend Implementation.mp4

74.2 MB

010 Auth0 JWT-based Authentication - Backend Implementation_es.vtt

12.5 KB

011 User Sign Up -Requesting Permission to Use Users Email.mp4

26.0 MB

011 User Sign Up -Requesting Permission to Use Users Email_es.vtt

7.2 KB

012 User Signup and User Preferences - Frontend Implementation.mp4

34.8 MB

012 User Signup and User Preferences - Frontend Implementation_es.vtt

6.6 KB

013 User Signup and User Profile - Server-Side Implementation.mp4

43.2 MB

013 User Signup and User Profile - Server-Side Implementation_es.vtt

8.0 KB

014 Section Summary - The Main Benefit of JWTs.mp4

20.0 MB

014 Section Summary - The Main Benefit of JWTs_es.vtt

5.1 KB

/09 - RBAC Role-Based Authorization/

001 RBAC Role-Based Authorization - Section Introduction.mp4

37.3 MB

001 RBAC Role-Based Authorization - Section Introduction_es.vtt

6.8 KB

002 Setting Up The RBAC Solution - Adding Roles to our JWT.mp4

36.1 MB

002 Setting Up The RBAC Solution - Adding Roles to our JWT_es.vtt

8.5 KB

003 Angular RBAC Authorization - Solution Overview.mp4

16.6 MB

003 Angular RBAC Authorization - Solution Overview_es.vtt

5.2 KB

004 Backend Express Authorization Route - Design Overview.mp4

46.5 MB

004 Backend Express Authorization Route - Design Overview_es.vtt

7.0 KB

005 Backend Express Authorization Route - Implementation and Demo.mp4

29.6 MB

005 Backend Express Authorization Route - Implementation and Demo_es.vtt

7.2 KB

006 The Admin Login As User Backend Service.mp4

23.3 MB

006 The Admin Login As User Backend Service_es.vtt

8.2 KB

007 UI RBAC Authorization With The rbacAllow Structural Directive.mp4

22.6 MB

007 UI RBAC Authorization With The rbacAllow Structural Directive_es.vtt

7.5 KB

008 The rbacAllow Structural Directive - Final Implementation and Demo.mp4

38.1 MB

008 The rbacAllow Structural Directive - Final Implementation and Demo_es.vtt

12.7 KB

009 Authorization Router Guard - Initial Implementation.mp4

30.0 MB

009 Authorization Router Guard - Initial Implementation_es.vtt

8.6 KB

010 Authorization Router Guard Completed - Configuring a Factory Provider.mp4

33.9 MB

010 Authorization Router Guard Completed - Configuring a Factory Provider_es.vtt

10.6 KB

/10 - Conclusion/

001 Other Courses.mp4

23.6 MB

001 Other Courses_es.vtt

3.1 KB

002 Bonus Lecture.html

5.1 KB

003 Conclusion and Key Takeaways.mp4

135.0 MB

003 Conclusion and Key Takeaways_es.vtt

10.6 KB

 

Total files 152


Copyright © 2024 FileMood.com