FileMood

Download [ CourseBoat.com ] Udemy - Spring Security Zero to Master along with JWT,OAUTH2

CourseBoat com Udemy Spring Security Zero to Master along with JWT OAUTH2

Name

[ CourseBoat.com ] Udemy - Spring Security Zero to Master along with JWT,OAUTH2

 DOWNLOAD Copy Link

Total Size

2.8 GB

Total Files

1227

Last Seen

2024-10-05 00:01

Hash

A86E2970D4965A7E107E593FE78446DFBAD285F7

/

Get Bonus Downloads Here.url

0.2 KB

/1 - Getting Started/

1 - Course Introduction.mp4

33.9 MB

1 - Course Introduction_en.srt

7.4 KB

2 - Course content.html

1.1 KB

3 - What is Security & Why it is important.mp4

38.1 MB

3 - What is Security & Why it is important_en.srt

7.8 KB

4 - Creating a simple Spring security project.mp4

56.7 MB

4 - Creating a simple Spring security project_en.srt

18.8 KB

5 - Understanding on how multiple requests work with out credentials.mp4

18.3 MB

5 - Understanding on how multiple requests work with out credentials_en.srt

7.3 KB

6 - Other Courses from EazyBytes.html

1.5 KB

7 - Spring Security Internal flow and Architecture.mp4

32.9 MB

7 - Spring Security Internal flow and Architecture_en.srt

7.7 KB

8 - Summary of the Section.html

0.9 KB

/1 - Getting Started/springsecuritybasic/

HELP.md

0.9 KB

classpath

1.3 KB

gitignore

0.4 KB

mvnw

10.1 KB

mvnw.cmd

6.6 KB

pom.xml

1.7 KB

project

0.6 KB

/1 - Getting Started/springsecuritybasic/mvn/wrapper/

MavenWrapperDownloader.java

4.9 KB

maven-wrapper.jar

50.7 KB

maven-wrapper.properties

0.2 KB

/1 - Getting Started/springsecuritybasic/settings/

org.eclipse.core.resources.prefs

0.2 KB

org.eclipse.jdt.core.prefs

0.5 KB

org.eclipse.m2e.core.prefs

0.1 KB

/1 - Getting Started/springsecuritybasic/src/main/java/com/eazybytes/controller/

WelcomeController.java

0.3 KB

/1 - Getting Started/springsecuritybasic/src/main/java/com/eazybytes/springsecuritybasic/

SpringsecuritybasicApplication.java

0.5 KB

/1 - Getting Started/springsecuritybasic/src/main/resources/

application.properties

0.1 KB

/1 - Getting Started/springsecuritybasic/src/test/java/com/eazybytes/springsecuritybasic/

SpringsecuritybasicApplicationTests.java

0.2 KB

/1 - Getting Started/springsecuritybasic/target/classes/META-INF/

MANIFEST.MF

0.2 KB

/1 - Getting Started/springsecuritybasic/target/classes/META-INF/maven/com.eazybytes/springsecuritybasic/

pom.properties

0.3 KB

pom.xml

1.7 KB

/1 - Getting Started/springsecuritybasic/target/classes/

application.properties

0.1 KB

/1 - Getting Started/springsecuritybasic/target/classes/com/eazybytes/controller/

WelcomeController.class

0.7 KB

/1 - Getting Started/springsecuritybasic/target/classes/com/eazybytes/springsecuritybasic/

SpringsecuritybasicApplication.class

0.9 KB

/1 - Getting Started/springsecuritybasic/target/test-classes/com/eazybytes/springsecuritybasic/

SpringsecuritybasicApplicationTests.class

0.6 KB

/.../10 - Method Level Security/

1 - Introduction to method level security in Spring Security.mp4

16.5 MB

1 - Introduction to method level security in Spring Security_en.srt

6.6 KB

2 - Details about method invocation authorization in method level security.mp4

12.2 MB

2 - Details about method invocation authorization in method level security_en.srt

6.3 KB

3 - Implementing method level security using preauthorize and postauthorize.mp4

39.9 MB

3 - Implementing method level security using preauthorize and postauthorize_en.srt

10.3 KB

4 - Details about filtering authorization in method level security.mp4

6.9 MB

4 - Details about filtering authorization in method level security_en.srt

4.2 KB

5 - Implementing method level security using prefilter and postfilter.mp4

16.8 MB

5 - Implementing method level security using prefilter and postfilter_en.srt

8.4 KB

6 - Summary of the section.mp4

3.9 MB

6 - Summary of the section_en.srt

2.9 KB

/.../10 - Method Level Security/springsecsection10/

HELP.md

1.3 KB

classpath

1.3 KB

gitignore

0.4 KB

mvnw

10.1 KB

mvnw.cmd

6.6 KB

pom.xml

3.2 KB

project

0.6 KB

/.../10 - Method Level Security/springsecsection10/mvn/wrapper/

MavenWrapperDownloader.java

4.9 KB

maven-wrapper.jar

50.7 KB

maven-wrapper.properties

0.2 KB

/.../10 - Method Level Security/springsecsection10/settings/

org.eclipse.core.resources.prefs

0.2 KB

org.eclipse.jdt.core.prefs

0.5 KB

org.eclipse.m2e.core.prefs

0.1 KB

/.../10 - Method Level Security/springsecsection10/src/main/java/com/eazybytes/application/

EazyBankBackendApplication.java

1.1 KB

/.../10 - Method Level Security/springsecsection10/src/main/java/com/eazybytes/config/

EazyBankUserDetails.java

1.0 KB

EazyBankUsernamePwdAuthenticationProvider.java

2.3 KB

ProjectSecurityConfig.java

4.3 KB

/.../10 - Method Level Security/springsecsection10/src/main/java/com/eazybytes/constants/

ApplicationConstants.java

0.2 KB

SecurityConstants.java

0.2 KB

/.../10 - Method Level Security/springsecsection10/src/main/java/com/eazybytes/controller/

AccountController.java

0.8 KB

BalanceController.java

1.0 KB

CardsController.java

0.8 KB

ContactController.java

1.1 KB

LoansController.java

0.9 KB

LoginController.java

0.8 KB

NoticesController.java

0.7 KB

/.../10 - Method Level Security/springsecsection10/src/main/java/com/eazybytes/filter/

AuthoritiesLoggingAfterFilter.java

1.1 KB

AuthoritiesLoggingAtFilter.java

0.7 KB

JWTTokenGeneratorFilter.java

2.2 KB

JWTTokenValidatorFilter.java

2.1 KB

RequestValidationBeforeFilter.java

2.3 KB

/.../10 - Method Level Security/springsecsection10/src/main/java/com/eazybytes/model/

AccountTransactions.java

2.4 KB

Accounts.java

1.2 KB

Authority.java

0.9 KB

Cards.java

2.0 KB

Contact.java

1.4 KB

Customer.java

1.9 KB

Loans.java

2.0 KB

Notice.java

1.9 KB

SecurityCustomer.java

1.3 KB

UsernamePasswordAuthentication.java

0.7 KB

/.../10 - Method Level Security/springsecsection10/src/main/java/com/eazybytes/repository/

AccountTransactionsRepository.java

0.4 KB

AccountsRepository.java

0.3 KB

CardsRepository.java

0.4 KB

ContactRepository.java

0.3 KB

CustomerRepository.java

0.4 KB

LoanRepository.java

0.5 KB

NoticeRepository.java

0.5 KB

/.../10 - Method Level Security/springsecsection10/src/main/resources/

application.properties

0.3 KB

/.../10 - Method Level Security/springsecsection10/src/main/resources/sql/

scripts.sql

9.8 KB

/.../10 - Method Level Security/springsecsection10/src/test/java/com/eazybytes/application/

EazyBankBackendApplicationTests.java

0.2 KB

/.../10 - Method Level Security/springsecsection10/target/classes/META-INF/

MANIFEST.MF

0.2 KB

/.../10 - Method Level Security/springsecsection10/target/classes/META-INF/maven/com.eazybytes/springsecsection10/

pom.properties

0.3 KB

pom.xml

3.2 KB

/.../10 - Method Level Security/springsecsection10/target/classes/

application.properties

0.3 KB

/.../10 - Method Level Security/springsecsection10/target/classes/com/eazybytes/application/

EazyBankBackendApplication.class

1.4 KB

/.../10 - Method Level Security/springsecsection10/target/classes/com/eazybytes/config/

EazyBankUserDetails.class

1.7 KB

EazyBankUsernamePwdAuthenticationProvider.class

3.7 KB

ProjectSecurityConfig$1.class

1.8 KB

ProjectSecurityConfig.class

5.0 KB

/.../10 - Method Level Security/springsecsection10/target/classes/com/eazybytes/constants/

ApplicationConstants.class

0.5 KB

SecurityConstants.class

0.5 KB

/.../10 - Method Level Security/springsecsection10/target/classes/com/eazybytes/controller/

AccountController.class

1.3 KB

BalanceController.class

1.6 KB

CardsController.class

1.4 KB

ContactController.class

1.9 KB

LoansController.class

1.6 KB

LoginController.class

1.4 KB

NoticesController.class

1.1 KB

/.../10 - Method Level Security/springsecsection10/target/classes/com/eazybytes/filter/

AuthoritiesLoggingAfterFilter.class

2.1 KB

AuthoritiesLoggingAtFilter.class

1.3 KB

JWTTokenGeneratorFilter.class

4.3 KB

JWTTokenValidatorFilter.class

3.6 KB

RequestValidationBeforeFilter.class

3.3 KB

/.../10 - Method Level Security/springsecsection10/target/classes/com/eazybytes/model/

AccountTransactions.class

3.0 KB

Accounts.class

1.8 KB

Authority.class

1.5 KB

Cards.class

2.6 KB

Contact.class

2.0 KB

Customer.class

2.8 KB

Loans.class

2.7 KB

Notice.class

2.4 KB

SecurityCustomer.class

1.8 KB

UsernamePasswordAuthentication.class

1.1 KB

/.../10 - Method Level Security/springsecsection10/target/classes/com/eazybytes/repository/

AccountTransactionsRepository.class

0.6 KB

AccountsRepository.class

0.5 KB

CardsRepository.class

0.6 KB

ContactRepository.class

0.4 KB

CustomerRepository.class

0.6 KB

LoanRepository.class

0.6 KB

NoticeRepository.class

0.7 KB

/.../10 - Method Level Security/springsecsection10/target/classes/sql/

scripts.sql

9.8 KB

/.../10 - Method Level Security/springsecsection10/target/test-classes/com/eazybytes/application/

EazyBankBackendApplicationTests.class

0.6 KB

/.../11 - Deep dive of OAUTH2/

1 - Problems that OAUTH2 framework trying to solve.mp4

11.2 MB

1 - Problems that OAUTH2 framework trying to solve_en.srt

7.3 KB

10 - Summary of the Section.mp4

2.9 MB

10 - Summary of the Section_en.srt

2.1 KB

2 - Introduction to OAUTH2.mp4

18.7 MB

2 - Introduction to OAUTH2_en.srt

8.1 KB

3 - Different Components involved in OAUTH2 flow.mp4

29.7 MB

3 - Different Components involved in OAUTH2 flow_en.srt

11.3 KB

4 - Authorization code grant type flow in OAUTH2.mp4

32.3 MB

4 - Authorization code grant type flow in OAUTH2_en.srt

13.1 KB

5 - Implicit grant type flow in OAUTH2.mp4

17.9 MB

5 - Implicit grant type flow in OAUTH2_en.srt

7.9 KB

6 - Resource owner credentials grant type flow in OAUTH2.mp4

28.1 MB

6 - Resource owner credentials grant type flow in OAUTH2_en.srt

7.7 KB

7 - Client credentials grant type flow in OAUTH2.mp4

8.0 MB

7 - Client credentials grant type flow in OAUTH2_en.srt

5.2 KB

8 - Refresh token grant type flow in OAUTH2.mp4

34.4 MB

8 - Refresh token grant type flow in OAUTH2_en.srt

10.4 KB

9 - How resource server validates the tokens issued by Auth server.mp4

9.5 MB

9 - How resource server validates the tokens issued by Auth server_en.srt

5.8 KB

/.../12 - Implementing OAUTH2 using spring security/

1 - Registering the client details with the GitHub to use it's OAUTH2 Auth server.mp4

9.9 MB

1 - Registering the client details with the GitHub to use it's OAUTH2 Auth server_en.srt

5.9 KB

2 - Building a sample spring application that uses GitHub Auth server during OAUTH2.mp4

94.5 MB

2 - Building a sample spring application that uses GitHub Auth server during OAUTH2_en.srt

15.8 KB

3 - Running and verifying the sample application using GitHub OAUTH2.mp4

12.0 MB

3 - Running and verifying the sample application using GitHub OAUTH2_en.srt

7.3 KB

/.../12 - Implementing OAUTH2 using spring security/SpringSecOAUTHGitHub/

classpath

1.3 KB

gitignore

0.3 KB

mvnw

10.1 KB

mvnw.cmd

6.6 KB

pom.xml

2.3 KB

project

0.6 KB

/.../12 - Implementing OAUTH2 using spring security/SpringSecOAUTHGitHub/mvn/wrapper/

MavenWrapperDownloader.java

5.0 KB

maven-wrapper.jar

50.7 KB

maven-wrapper.properties

0.2 KB

/.../12 - Implementing OAUTH2 using spring security/SpringSecOAUTHGitHub/settings/

org.eclipse.core.resources.prefs

0.1 KB

org.eclipse.jdt.core.prefs

0.9 KB

org.eclipse.m2e.core.prefs

0.1 KB

/.../12 - Implementing OAUTH2 using spring security/SpringSecOAUTHGitHub/src/main/java/com/springsec/oauth/

SpringSecOAUTHGitHub.java

0.3 KB

/.../12 - Implementing OAUTH2 using spring security/SpringSecOAUTHGitHub/src/main/java/com/springsec/oauth/config/

SpringSecOAUTHGitHubConfig.java

1.7 KB

/.../12 - Implementing OAUTH2 using spring security/SpringSecOAUTHGitHub/src/main/java/com/springsec/oauth/controllers/

SecureController.java

0.5 KB

/.../12 - Implementing OAUTH2 using spring security/SpringSecOAUTHGitHub/src/main/resources/

application.properties

0.2 KB

/.../12 - Implementing OAUTH2 using spring security/SpringSecOAUTHGitHub/src/main/resources/static/

secure.html

0.0 KB

/.../12 - Implementing OAUTH2 using spring security/SpringSecOAUTHGitHub/target/classes/META-INF/

MANIFEST.MF

0.2 KB

/.../12 - Implementing OAUTH2 using spring security/SpringSecOAUTHGitHub/target/classes/META-INF/maven/com.laurentiuspilca/SpringSecOAUTHGitHub/

pom.properties

0.4 KB

pom.xml

2.3 KB

/.../12 - Implementing OAUTH2 using spring security/SpringSecOAUTHGitHub/target/classes/

application.properties

0.2 KB

/.../12 - Implementing OAUTH2 using spring security/SpringSecOAUTHGitHub/target/classes/com/springsec/oauth/

SpringSecOAUTHGitHub.class

0.8 KB

/.../12 - Implementing OAUTH2 using spring security/SpringSecOAUTHGitHub/target/classes/com/springsec/oauth/config/

SpringSecOAUTHGitHubConfig.class

1.9 KB

/.../12 - Implementing OAUTH2 using spring security/SpringSecOAUTHGitHub/target/classes/com/springsec/oauth/controllers/

SecureController.class

1.2 KB

/.../12 - Implementing OAUTH2 using spring security/SpringSecOAUTHGitHub/target/classes/static/

secure.html

0.0 KB

/.../12 - Implementing OAUTH2 using spring security/SpringSecOAUTHGitHub/target/test-classes/com/laurentiuspilca/ssia/

MainTests.class

1.9 KB

/.../12 - Implementing OAUTH2 using spring security/SpringSecOAUTHGitHub/target/test-classes/com/laurentiuspilca/ssia/config/

MockCustomUser.class

0.5 KB

SecurityContextFactory.class

1.3 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/

1 - Introduction to OAUTH2 flow inside EazyBank web App.mp4

45.1 MB

1 - Introduction to OAUTH2 flow inside EazyBank web App_en.srt

10.6 KB

10 - Understanding Authorization code grant type for EazyBank App.mp4

10.1 MB

10 - Understanding Authorization code grant type for EazyBank App_en.srt

5.3 KB

11 - Creating Client and User details inside KeyCloak for Auth code grant flow.mp4

9.8 MB

11 - Creating Client and User details inside KeyCloak for Auth code grant flow_en.srt

7.1 KB

12 - Testing Authorization code grant type using Postman App.mp4

25.9 MB

12 - Testing Authorization code grant type using Postman App_en.srt

10.1 KB

13 - Deep dive on Authorization code grant type with PKCE.mp4

20.2 MB

13 - Deep dive on Authorization code grant type with PKCE_en.srt

6.9 KB

14 - Creating public facing client details inside KeyCloak server.mp4

8.0 MB

14 - Creating public facing client details inside KeyCloak server_en.srt

4.5 KB

15 - Angular-Project-Setup.pdf

63.5 KB

15 - Understanding PKCE Authorization code grant type inside Angular UI App.mp4

70.3 MB

15 - Understanding PKCE Authorization code grant type inside Angular UI App_en.srt

21.2 KB

16 - Important features of KeyCloak.mp4

19.0 MB

16 - Important features of KeyCloak_en.srt

11.9 KB

17 - Social Login integration with the help of KeyCloak Server.mp4

27.0 MB

17 - Social Login integration with the help of KeyCloak Server_en.srt

10.0 KB

18 - Summary of the Section.mp4

6.5 MB

18 - Summary of the Section_en.srt

3.8 KB

2 - Introduction to OpenID Connect.mp4

19.5 MB

2 - Introduction to OpenID Connect_en.srt

8.5 KB

3 - Introduction to KeyCloak Auth Server.mp4

35.3 MB

3 - Introduction to KeyCloak Auth Server_en.srt

6.9 KB

4 - Installation of KeyCloak server & setup admin account.mp4

11.1 MB

4 - Installation of KeyCloak server & setup admin account_en.srt

3.7 KB

5 - Setup a Realm inside KeyCloak Server for EazyBank App.mp4

6.4 MB

5 - Setup a Realm inside KeyCloak Server for EazyBank App_en.srt

4.7 KB

6 - Creating Client Credentials inside KeyCloak for API-API secured invocations.mp4

14.8 MB

6 - Creating Client Credentials inside KeyCloak for API-API secured invocations_en.srt

9.6 KB

7 - Setup EazyBank Resource Server.mp4

105.0 MB

7 - Setup EazyBank Resource Server_en.srt

20.2 KB

8 - Getting Access token from KeyCloak using client credentials grant type.mp4

14.1 MB

8 - Getting Access token from KeyCloak using client credentials grant type_en.srt

5.0 KB

9 - Passing Access token to Resource server for response through Postman.mp4

32.3 MB

9 - Passing Access token to Resource server for response through Postman_en.srt

12.1 KB

/.../client-app-ui/

README.md

1.1 KB

angular.json

3.9 KB

browserslistrc

0.9 KB

debug.log

5.6 KB

editorconfig

0.3 KB

karma.conf.js

1.1 KB

package-lock.json

624.8 KB

package.json

1.6 KB

tsconfig.app.json

0.3 KB

tsconfig.base.json

0.5 KB

tsconfig.json

0.4 KB

tsconfig.spec.json

0.4 KB

tslint.json

3.3 KB

/.../client-app-ui/e2e/

protractor.conf.js

0.9 KB

tsconfig.json

0.3 KB

/.../client-app-ui/e2e/src/

app.e2e-spec.ts

0.7 KB

app.po.ts

0.3 KB

/.../client-app-ui/src/app/

app-routing.module.ts

1.8 KB

app.component.css

0.0 KB

app.component.html

0.0 KB

app.component.spec.ts

1.1 KB

app.component.ts

0.2 KB

app.module.ts

2.2 KB

/.../client-app-ui/src/app/components/account/

account.component.css

0.3 KB

account.component.html

2.0 KB

account.component.spec.ts

0.7 KB

account.component.ts

0.9 KB

/.../client-app-ui/src/app/components/balance/

balance.component.css

0.4 KB

balance.component.html

1.8 KB

balance.component.spec.ts

0.7 KB

balance.component.ts

0.8 KB

/.../client-app-ui/src/app/components/cards/

cards.component.css

0.4 KB

cards.component.html

1.6 KB

cards.component.spec.ts

0.6 KB

cards.component.ts

1.0 KB

/.../client-app-ui/src/app/components/contact/

contact.component.css

5.0 KB

contact.component.html

3.7 KB

contact.component.ts

0.8 KB

/.../client-app-ui/src/app/components/dashboard/

dashboard.component.css

4.7 KB

dashboard.component.html

4.2 KB

dashboard.component.ts

0.4 KB

/.../client-app-ui/src/app/components/header/

header.component.css

2.2 KB

header.component.html

1.2 KB

header.component.spec.ts

0.7 KB

header.component.ts

1.0 KB

/.../client-app-ui/src/app/components/loans/

loans.component.css

0.4 KB

loans.component.html

1.6 KB

loans.component.spec.ts

0.6 KB

loans.component.ts

1.0 KB

/.../client-app-ui/src/app/components/login/

login.component.css

107.5 KB

login.component.html

2.5 KB

login.component.spec.ts

0.6 KB

login.component.ts

0.3 KB

/.../client-app-ui/src/app/components/notices/

notices.component.css

9.3 KB

notices.component.html

0.8 KB

notices.component.spec.ts

0.7 KB

notices.component.ts

0.8 KB

/.../client-app-ui/src/app/constants/

app.constants.ts

0.2 KB

/.../client-app-ui/src/app/model/

account.model.ts

0.4 KB

account.transactions.model.ts

0.8 KB

cards.model.ts

0.6 KB

contact.model.ts

0.5 KB

loans.model.ts

0.7 KB

user.model.ts

0.8 KB

/.../client-app-ui/src/app/routeguards/

auth.route.ts

1.7 KB

/.../client-app-ui/src/app/services/dashboard/

dashboard.service.ts

1.4 KB

/.../client-app-ui/src/assets/css/

bootstrap.css

178.2 KB

font-awesome.css

39.7 KB

/.../client-app-ui/src/assets/fonts/

FontAwesome.otf

134.8 KB

fontawesome-webfont.eot

165.7 KB

fontawesome-webfont.ttf

165.5 KB

fontawesome-webfont.woff

98.0 KB

fontawesome-webfont.woff2

77.2 KB

/.../client-app-ui/src/assets/

gitkeep

0.0 KB

/.../client-app-ui/src/assets/images/

logo.png

2.5 KB

/.../client-app-ui/src/environments/

environment.prod.ts

0.1 KB

environment.ts

0.7 KB

/.../client-app-ui/src/

favicon.ico

0.9 KB

index.html

0.3 KB

main.ts

0.4 KB

polyfills.ts

2.9 KB

styles.css

2.2 KB

test.ts

0.8 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/

HELP.md

1.3 KB

classpath

1.3 KB

gitignore

0.4 KB

mvnw

10.1 KB

mvnw.cmd

6.6 KB

pom.xml

1.8 KB

project

0.6 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/mvn/wrapper/

MavenWrapperDownloader.java

4.9 KB

maven-wrapper.jar

50.7 KB

maven-wrapper.properties

0.2 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/settings/

org.eclipse.core.resources.prefs

0.2 KB

org.eclipse.jdt.core.prefs

0.5 KB

org.eclipse.m2e.core.prefs

0.1 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/src/main/java/com/eazybytes/config/

KeycloakRoleConverter.java

1.1 KB

ProjectSecurityConfig.java

2.6 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/src/main/java/com/eazybytes/controller/

AccountController.java

0.8 KB

BalanceController.java

1.0 KB

CardsController.java

0.8 KB

ContactController.java

1.0 KB

LoansController.java

0.8 KB

NoticesController.java

0.7 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/src/main/java/com/eazybytes/model/

AccountTransactions.java

2.3 KB

Accounts.java

1.2 KB

Cards.java

2.0 KB

Contact.java

1.4 KB

Customer.java

1.5 KB

Loans.java

2.0 KB

Notice.java

1.9 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/src/main/java/com/eazybytes/repository/

AccountTransactionsRepository.java

0.4 KB

AccountsRepository.java

0.3 KB

CardsRepository.java

0.3 KB

ContactRepository.java

0.3 KB

LoanRepository.java

0.4 KB

NoticeRepository.java

0.5 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/src/main/java/com/eazybytes/resourceserver/

ResourceserverApplication.java

0.8 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/src/main/resources/

application.properties

0.5 KB

data.sql

7.8 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/src/test/java/com/eazybytes/resourceserver/

ResourceserverApplicationTests.java

0.2 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/target/classes/META-INF/

MANIFEST.MF

0.2 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/target/classes/META-INF/maven/com.eazybytes/resourceserver/

pom.properties

0.2 KB

pom.xml

1.8 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/target/classes/

application.properties

0.5 KB

data.sql

7.8 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/target/classes/com/eazybytes/config/

KeycloakRoleConverter.class

3.1 KB

ProjectSecurityConfig$1.class

1.7 KB

ProjectSecurityConfig.class

4.7 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/target/classes/com/eazybytes/controller/

AccountController.class

1.4 KB

BalanceController.class

1.6 KB

CardsController.class

1.5 KB

ContactController.class

1.8 KB

LoansController.class

1.5 KB

NoticesController.class

1.1 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/target/classes/com/eazybytes/model/

AccountTransactions.class

2.9 KB

Accounts.class

1.7 KB

Cards.class

2.6 KB

Contact.class

2.0 KB

Customer.class

2.2 KB

Loans.class

2.6 KB

Notice.class

2.4 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/target/classes/com/eazybytes/repository/

AccountTransactionsRepository.class

0.7 KB

AccountsRepository.class

0.5 KB

CardsRepository.class

0.6 KB

ContactRepository.class

0.4 KB

LoanRepository.class

0.6 KB

NoticeRepository.class

0.7 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/target/classes/com/eazybytes/resourceserver/

ResourceserverApplication.class

1.2 KB

/.../13 - Implementing OAUTH2 style login inside EazyBank using KeyCloak/resourceserver/target/test-classes/com/eazybytes/resourceserver/

ResourceserverApplicationTests.class

0.6 KB

/.../14 - Thank You and Congratulations/

1 - Other Courses from EazyBytes.html

1.4 KB

2 - Thank You and Congratulations.mp4

2.5 MB

2 - Thank You and Congratulations_en.srt

2.0 KB

/.../2 - Changing the default security configurations/

1 - Understanding about UI part of the project.mp4

10.1 MB

1 - Understanding about UI part of the project_en.srt

5.7 KB

2 - Creating backend services needed for the application.mp4

17.3 MB

2 - Creating backend services needed for the application_en.srt

8.3 KB

3 - Testing the backend services with default configurations.mp4

6.6 MB

3 - Testing the backend services with default configurations_en.srt

3.8 KB

4 - Checking the default configuration inside the spring security library.mp4

23.3 MB

4 - Checking the default configuration inside the spring security library_en.srt

7.4 KB

5 - Modifying the code as per our custom requirements.mp4

33.8 MB

5 - Modifying the code as per our custom requirements_en.srt

6.7 KB

6 - Denying all the requests.mp4

13.7 MB

6 - Denying all the requests_en.srt

5.3 KB

7 - Permit all the requests.mp4

6.0 MB

7 - Permit all the requests_en.srt

2.8 KB

8 - Summary of the Section.mp4

5.1 MB

8 - Summary of the Section_en.srt

3.0 KB

/.../2 - Changing the default security configurations/springsecsection2/

HELP.md

1.3 KB

classpath

1.3 KB

gitignore

0.4 KB

mvnw

10.1 KB

mvnw.cmd

6.6 KB

pom.xml

1.7 KB

project

0.6 KB

/.../2 - Changing the default security configurations/springsecsection2/mvn/wrapper/

MavenWrapperDownloader.java

4.9 KB

maven-wrapper.jar

50.7 KB

maven-wrapper.properties

0.2 KB

/.../2 - Changing the default security configurations/springsecsection2/settings/

org.eclipse.core.resources.prefs

0.2 KB

org.eclipse.jdt.core.prefs

0.5 KB

org.eclipse.m2e.core.prefs

0.1 KB

/.../2 - Changing the default security configurations/springsecsection2/src/main/java/com/eazybytes/config/

ProjectSecurityConfig.java

1.6 KB

/.../2 - Changing the default security configurations/springsecsection2/src/main/java/com/eazybytes/controller/

AccountController.java

0.4 KB

BalanceController.java

0.4 KB

CardsController.java

0.3 KB

ContactController.java

0.4 KB

LoansController.java

0.3 KB

NoticesController.java

0.3 KB

/.../2 - Changing the default security configurations/springsecsection2/src/main/java/com/eazybytes/springsecsection2/

Springsecsection2Application.java

0.6 KB

/.../2 - Changing the default security configurations/springsecsection2/src/main/resources/

application.properties

0.1 KB

/.../2 - Changing the default security configurations/springsecsection2/src/test/java/com/eazybytes/springsecsection2/

Springsecsection2ApplicationTests.java

0.2 KB

/.../2 - Changing the default security configurations/springsecsection2/target/classes/META-INF/

MANIFEST.MF

0.2 KB

/.../2 - Changing the default security configurations/springsecsection2/target/classes/META-INF/maven/com.eazybytes/springsecsection2/

pom.properties

0.3 KB

pom.xml

1.7 KB

/.../2 - Changing the default security configurations/springsecsection2/target/classes/

application.properties

0.1 KB

/.../2 - Changing the default security configurations/springsecsection2/target/classes/com/eazybytes/config/

ProjectSecurityConfig.class

2.1 KB

/.../2 - Changing the default security configurations/springsecsection2/target/classes/com/eazybytes/controller/

AccountController.class

0.8 KB

BalanceController.class

0.8 KB

CardsController.class

0.7 KB

ContactController.class

0.8 KB

LoansController.class

0.7 KB

NoticesController.class

0.7 KB

/.../2 - Changing the default security configurations/springsecsection2/target/classes/com/eazybytes/springsecsection2/

Springsecsection2Application.class

1.0 KB

/.../2 - Changing the default security configurations/springsecsection2/target/test-classes/com/eazybytes/springsecsection2/

Springsecsection2ApplicationTests.class

0.6 KB

/.../3 - Defining & Managing Users/

1 - Configuring users using inMemoryAuthentication.mp4

26.4 MB

1 - Configuring users using inMemoryAuthentication_en.srt

8.8 KB

10 - Using JdbcUserDetailsManager to perform authentication.mp4

63.9 MB

10 - Using JdbcUserDetailsManager to perform authentication_en.srt

11.3 KB

11 - Creating our own custom implementation of UserDetailsService.mp4

46.2 MB

11 - Creating our own custom implementation of UserDetailsService_en.srt

21.0 KB

12 - Summary of the section.mp4

9.0 MB

12 - Summary of the section_en.srt

4.3 KB

2 - Configuring users using InMemoryUserDetailsManager.mp4

17.4 MB

2 - Configuring users using InMemoryUserDetailsManager_en.srt

7.1 KB

3 - Understanding User Management interfaces and Classes.mp4

18.0 MB

3 - Understanding User Management interfaces and Classes_en.srt

8.8 KB

4 - Deep Dive of UserDetails Interface.mp4

65.1 MB

4 - Deep Dive of UserDetails Interface_en.srt

8.1 KB

5 - Deep Dive of UserDetailsService Interface.mp4

17.6 MB

5 - Deep Dive of UserDetailsService Interface_en.srt

5.2 KB

6 - Deep Dive of UserDetailsManager Interface.mp4

13.9 MB

6 - Deep Dive of UserDetailsManager Interface_en.srt

5.4 KB

7 - Deep Dive of UserDetailsManager Implementations.mp4

103.1 MB

7 - Deep Dive of UserDetailsManager Implementations_en.srt

15.0 KB

8 - Creating MySQL Database in AWS.mp4

19.7 MB

8 - Creating MySQL Database in AWS_en.srt

10.1 KB

9 - Creating Users inside the DB as per JdbcUserDetailsManager class.mp4

12.2 MB

9 - Creating Users inside the DB as per JdbcUserDetailsManager class_en.srt

5.0 KB

/.../3 - Defining & Managing Users/springsecsection3/

HELP.md

1.3 KB

classpath

1.3 KB

gitignore

0.4 KB

mvnw

10.1 KB

mvnw.cmd

6.6 KB

pom.xml

2.4 KB

project

0.6 KB

/.../3 - Defining & Managing Users/springsecsection3/mvn/wrapper/

MavenWrapperDownloader.java

4.9 KB

maven-wrapper.jar

50.7 KB

maven-wrapper.properties

0.2 KB

/.../3 - Defining & Managing Users/springsecsection3/settings/

org.eclipse.core.resources.prefs

0.2 KB

org.eclipse.jdt.core.prefs

0.5 KB

org.eclipse.m2e.core.prefs

0.1 KB

/.../3 - Defining & Managing Users/springsecsection3/src/main/java/com/eazybytes/application/

EazyBankBackendApplication.java

0.8 KB

/.../3 - Defining & Managing Users/springsecsection3/src/main/java/com/eazybytes/config/

EazyBankUserDetails.java

1.0 KB

ProjectSecurityConfig.java

2.4 KB

/.../3 - Defining & Managing Users/springsecsection3/src/main/java/com/eazybytes/controller/

AccountController.java

0.4 KB

BalanceController.java

0.4 KB

CardsController.java

0.3 KB

ContactController.java

0.4 KB

LoansController.java

0.3 KB

NoticesController.java

0.3 KB

/.../3 - Defining & Managing Users/springsecsection3/src/main/java/com/eazybytes/model/

Customer.java

0.8 KB

SecurityCustomer.java

1.3 KB

/.../3 - Defining & Managing Users/springsecsection3/src/main/java/com/eazybytes/repository/

CustomerRepository.java

0.4 KB

/.../3 - Defining & Managing Users/springsecsection3/src/main/resources/

application.properties

0.2 KB

/.../3 - Defining & Managing Users/springsecsection3/src/main/resources/sql/

scripts.sql

0.8 KB

/.../3 - Defining & Managing Users/springsecsection3/src/test/java/com/eazybytes/application/

EazyBankBackendApplicationTests.java

0.2 KB

/.../3 - Defining & Managing Users/springsecsection3/target/classes/META-INF/

MANIFEST.MF

0.2 KB

/.../3 - Defining & Managing Users/springsecsection3/target/classes/META-INF/maven/com.eazybytes/springsecsection3/

pom.properties

0.3 KB

pom.xml

2.4 KB

/.../3 - Defining & Managing Users/springsecsection3/target/classes/

application.properties

0.2 KB

/.../3 - Defining & Managing Users/springsecsection3/target/classes/com/eazybytes/application/

EazyBankBackendApplication.class

1.2 KB

/.../3 - Defining & Managing Users/springsecsection3/target/classes/com/eazybytes/config/

EazyBankUserDetails.class

1.7 KB

ProjectSecurityConfig.class

2.7 KB

/.../3 - Defining & Managing Users/springsecsection3/target/classes/com/eazybytes/controller/

AccountController.class

0.8 KB

BalanceController.class

0.8 KB

CardsController.class

0.7 KB

ContactController.class

0.8 KB

LoansController.class

0.7 KB

NoticesController.class

0.7 KB

/.../3 - Defining & Managing Users/springsecsection3/target/classes/com/eazybytes/model/

Customer.class

1.4 KB

SecurityCustomer.class

1.8 KB

/.../3 - Defining & Managing Users/springsecsection3/target/classes/com/eazybytes/repository/

CustomerRepository.class

0.6 KB

/.../3 - Defining & Managing Users/springsecsection3/target/classes/sql/

scripts.sql

0.8 KB

/.../3 - Defining & Managing Users/springsecsection3/target/test-classes/com/eazybytes/application/

EazyBankBackendApplicationTests.class

0.6 KB

/.../4 - Password Management with PasswordEncoders/

1 - How our passwords validated in Spring Security by default.mp4

7.2 MB

1 - How our passwords validated in Spring Security by default_en.srt

5.0 KB

10 - Details about Spring Security Crypto package.mp4

5.9 MB

10 - Details about Spring Security Crypto package_en.srt

2.4 KB

11 - Summary of the section.mp4

4.6 MB

11 - Summary of the section_en.srt

2.8 KB

2 - Encoding Vs Encryption Vs Hashing.mp4

48.2 MB

2 - Encoding Vs Encryption Vs Hashing_en.srt

16.2 KB

3 - How Our passwords will be validated with hashing by Spring Security.mp4

4.9 MB

3 - How Our passwords will be validated with hashing by Spring Security_en.srt

3.4 KB

4 - Definition of the PasswordEncoder.mp4

11.3 MB

4 - Definition of the PasswordEncoder_en.srt

7.0 KB

5 - Deepdive into NoOpPasswordEncoder.mp4

17.8 MB

5 - Deepdive into NoOpPasswordEncoder_en.srt

5.5 KB

6 - Deepdive into StandardPasswordEncoder.mp4

17.5 MB

6 - Deepdive into StandardPasswordEncoder_en.srt

5.6 KB

7 - Deepdive into Pbkdf2PasswordEncoder.mp4

27.3 MB

7 - Deepdive into Pbkdf2PasswordEncoder_en.srt

6.0 KB

8 - Deepdive into Bcrypt and Scrypt PasswordEncoders.mp4

24.7 MB

8 - Deepdive into Bcrypt and Scrypt PasswordEncoders_en.srt

6.2 KB

8 - Deepdive into Bcrypt and Scrypt PasswordEncoders_en.vtt

6.6 KB

9 - Implementing and enhancing our application to use Bcrypt password encoder.mp4

27.9 MB

9 - Implementing and enhancing our application to use Bcrypt password encoder_en.srt

10.0 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/

HELP.md

1.3 KB

classpath

1.3 KB

gitignore

0.4 KB

mvnw

10.1 KB

mvnw.cmd

6.6 KB

pom.xml

2.4 KB

project

0.6 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/mvn/wrapper/

MavenWrapperDownloader.java

4.9 KB

maven-wrapper.jar

50.7 KB

maven-wrapper.properties

0.2 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/settings/

org.eclipse.core.resources.prefs

0.2 KB

org.eclipse.jdt.core.prefs

0.5 KB

org.eclipse.m2e.core.prefs

0.1 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/src/main/java/com/eazybytes/application/

EazyBankBackendApplication.java

0.8 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/src/main/java/com/eazybytes/config/

EazyBankUserDetails.java

1.0 KB

ProjectSecurityConfig.java

2.2 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/src/main/java/com/eazybytes/controller/

AccountController.java

0.4 KB

BalanceController.java

0.4 KB

CardsController.java

0.3 KB

ContactController.java

0.4 KB

LoansController.java

0.3 KB

NoticesController.java

0.3 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/src/main/java/com/eazybytes/model/

Customer.java

0.8 KB

SecurityCustomer.java

1.3 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/src/main/java/com/eazybytes/repository/

CustomerRepository.java

0.4 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/src/main/resources/

application.properties

0.2 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/src/main/resources/sql/

scripts.sql

1.0 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/src/test/java/com/eazybytes/application/

EazyBankBackendApplicationTests.java

0.2 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/target/classes/META-INF/

MANIFEST.MF

0.2 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/target/classes/META-INF/maven/com.eazybytes/springsecsection4/

pom.properties

0.3 KB

pom.xml

2.4 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/target/classes/

application.properties

0.2 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/target/classes/com/eazybytes/application/

EazyBankBackendApplication.class

1.2 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/target/classes/com/eazybytes/config/

EazyBankUserDetails.class

1.7 KB

ProjectSecurityConfig.class

2.7 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/target/classes/com/eazybytes/controller/

AccountController.class

0.8 KB

BalanceController.class

0.8 KB

CardsController.class

0.7 KB

ContactController.class

0.8 KB

LoansController.class

0.7 KB

NoticesController.class

0.7 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/target/classes/com/eazybytes/model/

Customer.class

1.4 KB

SecurityCustomer.class

1.8 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/target/classes/com/eazybytes/repository/

CustomerRepository.class

0.6 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/target/classes/sql/

scripts.sql

0.8 KB

/.../4 - Password Management with PasswordEncoders/springsecsection4/target/test-classes/com/eazybytes/application/

EazyBankBackendApplicationTests.class

0.6 KB

/.../5 - Understanding Authentication Provider and Implementing it/

1 - Role of AuthenticationProvider in the Spring Security flow.mp4

7.7 MB

1 - Role of AuthenticationProvider in the Spring Security flow_en.srt

4.1 KB

2 - Scenarios where we need to implement Authentucation Provider.mp4

7.7 MB

2 - Scenarios where we need to implement Authentucation Provider_en.srt

4.4 KB

3 - Understanding Authentication Provider definition.mp4

64.5 MB

3 - Understanding Authentication Provider definition_en.srt

9.8 KB

4 - Understanding Authentication & Principal Interfaces.mp4

40.5 MB

4 - Understanding Authentication & Principal Interfaces_en.srt

8.2 KB

5 - Implementing and Customizing the Authentication Provider inside our application.mp4

30.1 MB

5 - Implementing and Customizing the Authentication Provider inside our application_en.srt

9.7 KB

6 - Summary of the Section.mp4

5.5 MB

6 - Summary of the Section_en.srt

2.9 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/

HELP.md

1.3 KB

classpath

1.3 KB

gitignore

0.4 KB

mvnw

10.1 KB

mvnw.cmd

6.6 KB

pom.xml

2.4 KB

project

0.6 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/mvn/wrapper/

MavenWrapperDownloader.java

4.9 KB

maven-wrapper.jar

50.7 KB

maven-wrapper.properties

0.2 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/settings/

org.eclipse.core.resources.prefs

0.2 KB

org.eclipse.jdt.core.prefs

0.5 KB

org.eclipse.m2e.core.prefs

0.1 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/src/main/java/com/eazybytes/application/

EazyBankBackendApplication.java

0.8 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/src/main/java/com/eazybytes/config/

EazyBankUserDetails.java

1.0 KB

EazyBankUsernamePwdAuthenticationProvider.java

1.9 KB

ProjectSecurityConfig.java

2.2 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/src/main/java/com/eazybytes/controller/

AccountController.java

0.4 KB

BalanceController.java

0.4 KB

CardsController.java

0.3 KB

ContactController.java

0.4 KB

LoansController.java

0.3 KB

NoticesController.java

0.3 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/src/main/java/com/eazybytes/model/

Customer.java

0.8 KB

SecurityCustomer.java

1.3 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/src/main/java/com/eazybytes/repository/

CustomerRepository.java

0.4 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/src/main/resources/

application.properties

0.2 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/src/main/resources/sql/

scripts.sql

1.0 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/src/test/java/com/eazybytes/application/

EazyBankBackendApplicationTests.java

0.2 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/target/classes/META-INF/

MANIFEST.MF

0.2 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/target/classes/META-INF/maven/com.eazybytes/springsecsection5/

pom.properties

0.4 KB

pom.xml

2.4 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/target/classes/

application.properties

0.2 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/target/classes/com/eazybytes/application/

EazyBankBackendApplication.class

1.2 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/target/classes/com/eazybytes/config/

EazyBankUserDetails.class

1.7 KB

EazyBankUsernamePwdAuthenticationProvider.class

3.0 KB

ProjectSecurityConfig.class

2.7 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/target/classes/com/eazybytes/controller/

AccountController.class

0.8 KB

BalanceController.class

0.8 KB

CardsController.class

0.7 KB

ContactController.class

0.8 KB

LoansController.class

0.7 KB

NoticesController.class

0.7 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/target/classes/com/eazybytes/model/

Customer.class

1.4 KB

SecurityCustomer.class

1.8 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/target/classes/com/eazybytes/repository/

CustomerRepository.class

0.6 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/target/classes/sql/

scripts.sql

1.0 KB

/.../5 - Understanding Authentication Provider and Implementing it/springsecsection5/target/test-classes/com/eazybytes/application/

EazyBankBackendApplicationTests.class

0.6 KB

/.../6 - Understanding CORs & CSRF/

1 - Angular-Project-Setup.pdf

63.5 KB

1 - Setting up the EazyBank UI project.mp4

16.1 MB

1 - Setting up the EazyBank UI project_en.srt

5.9 KB

10 - Making Spring Security changes to make CSRF not applicable for Contact page.mp4

13.4 MB

10 - Making Spring Security changes to make CSRF not applicable for Contact page_en.srt

4.5 KB

11 - Summary of the Section.mp4

8.7 MB

11 - Summary of the Section_en.srt

3.7 KB

2 - Understanding the UI project and walkthrough of the Angular code.mp4

40.2 MB

2 - Understanding the UI project and walkthrough of the Angular code_en.srt

12.4 KB

3 - Understanding the backend project and walkthrough of the latest code.mp4

21.8 MB

3 - Understanding the backend project and walkthrough of the latest code_en.srt

3.9 KB

4 - Testing the EazyBank application with both UI and Backend applications up.mp4

10.6 MB

4 - Testing the EazyBank application with both UI and Backend applications up_en.srt

2.4 KB

5 - Deep dive into CORS (CROSS-ORIGIN RESOURCE SHARING).mp4

22.8 MB

5 - Deep dive into CORS (CROSS-ORIGIN RESOURCE SHARING)_en.srt

7.7 KB

6 - Making code changes to resolve CORS issue.mp4

39.0 MB

6 - Making code changes to resolve CORS issue_en.srt

7.1 KB

7 - Deep dive into CSRF (CROSS-SITE REQUEST FORGERY).mp4

18.2 MB

7 - Deep dive into CSRF (CROSS-SITE REQUEST FORGERY)_en.srt

6.3 KB

8 - Resolving CSRF error by disabling it in Spring Security.mp4

8.2 MB

8 - Resolving CSRF error by disabling it in Spring Security_en.srt

3.4 KB

9 - Resolving CFRF error by generating a CSRF token.mp4

44.5 MB

9 - Resolving CFRF error by generating a CSRF token_en.srt

8.6 KB

/.../bank-app-ui/

README.md

1.1 KB

angular.json

3.9 KB

browserslistrc

0.9 KB

editorconfig

0.3 KB

gitignore

0.7 KB

karma.conf.js

1.1 KB

package-lock.json

623.5 KB

package.json

1.5 KB

tsconfig.app.json

0.3 KB

tsconfig.base.json

0.5 KB

tsconfig.json

0.4 KB

tsconfig.spec.json

0.4 KB

tslint.json

3.3 KB

/.../bank-app-ui/e2e/

protractor.conf.js

0.9 KB

tsconfig.json

0.3 KB

/.../bank-app-ui/e2e/src/

app.e2e-spec.ts

0.7 KB

app.po.ts

0.3 KB

/.../bank-app-ui/src/app/

app-routing.module.ts

1.7 KB

app.component.css

0.0 KB

app.component.html

0.0 KB

app.component.spec.ts

1.1 KB

app.component.ts

0.2 KB

app.module.ts

2.0 KB

/.../bank-app-ui/src/app/components/account/

account.component.css

0.3 KB

account.component.html

2.0 KB

account.component.spec.ts

0.7 KB

account.component.ts

0.9 KB

/.../bank-app-ui/src/app/components/balance/

balance.component.css

0.4 KB

balance.component.html

1.8 KB

balance.component.spec.ts

0.7 KB

balance.component.ts

0.8 KB

/.../bank-app-ui/src/app/components/cards/

cards.component.css

0.4 KB

cards.component.html

1.6 KB

cards.component.spec.ts

0.6 KB

cards.component.ts

1.0 KB

/.../bank-app-ui/src/app/components/contact/

contact.component.css

5.0 KB

contact.component.html

3.7 KB

contact.component.ts

0.8 KB

/.../bank-app-ui/src/app/components/dashboard/

dashboard.component.css

4.7 KB

dashboard.component.html

4.2 KB

dashboard.component.ts

0.4 KB

/.../bank-app-ui/src/app/components/header/

header.component.css

2.2 KB

header.component.html

1.1 KB

header.component.spec.ts

0.7 KB

header.component.ts

0.5 KB

/.../bank-app-ui/src/app/components/loans/

loans.component.css

0.4 KB

loans.component.html

1.6 KB

loans.component.spec.ts

0.6 KB

loans.component.ts

1.0 KB

/.../bank-app-ui/src/app/components/login/

login.component.css

94.2 KB

login.component.html

2.5 KB

login.component.spec.ts

0.6 KB

login.component.ts

1.3 KB

/.../bank-app-ui/src/app/components/logout/

logout.component.css

0.0 KB

logout.component.html

0.0 KB

logout.component.spec.ts

0.7 KB

logout.component.ts

0.7 KB

/.../bank-app-ui/src/app/components/notices/

notices.component.css

9.3 KB

notices.component.html

0.8 KB

notices.component.spec.ts

0.7 KB

notices.component.ts

0.8 KB

/.../bank-app-ui/src/app/constants/

app.constants.ts

0.3 KB

/.../bank-app-ui/src/app/interceptors/

app.request.interceptor.ts

1.3 KB

/.../bank-app-ui/src/app/model/

account.model.ts

0.4 KB

account.transactions.model.ts

0.8 KB

cards.model.ts

0.6 KB

contact.model.ts

0.5 KB

loans.model.ts

0.7 KB

user.model.ts

0.8 KB

/.../bank-app-ui/src/app/routeguards/

auth.routeguard.ts

0.6 KB

/.../bank-app-ui/src/app/services/dashboard/

dashboard.service.ts

1.4 KB

/.../bank-app-ui/src/app/services/login/

login.service.spec.ts

0.4 KB

login.service.ts

0.7 KB

/.../bank-app-ui/src/assets/css/

font-awesome.css

39.7 KB

/.../bank-app-ui/src/assets/fonts/

FontAwesome.otf

134.8 KB

fontawesome-webfont.eot

165.7 KB

fontawesome-webfont.ttf

165.5 KB

fontawesome-webfont.woff

98.0 KB

fontawesome-webfont.woff2

77.2 KB

/.../bank-app-ui/src/assets/

gitkeep

0.0 KB

/.../bank-app-ui/src/assets/images/

logo.png

2.5 KB

/.../bank-app-ui/src/environments/

environment.prod.ts

0.1 KB

environment.ts

0.7 KB

/.../bank-app-ui/src/

favicon.ico

0.9 KB

index.html

0.3 KB

main.ts

0.4 KB

polyfills.ts

2.9 KB

styles.css

2.2 KB

test.ts

0.8 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/

HELP.md

1.3 KB

classpath

1.3 KB

gitignore

0.4 KB

mvnw

10.1 KB

mvnw.cmd

6.6 KB

pom.xml

2.6 KB

project

0.6 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/mvn/wrapper/

MavenWrapperDownloader.java

4.9 KB

maven-wrapper.jar

50.7 KB

maven-wrapper.properties

0.2 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/settings/

org.eclipse.core.resources.prefs

0.2 KB

org.eclipse.jdt.core.prefs

0.5 KB

org.eclipse.m2e.core.prefs

0.1 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/src/main/java/com/eazybytes/application/

EazyBankBackendApplication.java

0.8 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/src/main/java/com/eazybytes/config/

EazyBankUserDetails.java

1.0 KB

EazyBankUsernamePwdAuthenticationProvider.java

1.9 KB

ProjectSecurityConfig.java

3.2 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/src/main/java/com/eazybytes/constants/

ApplicationConstants.java

0.2 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/src/main/java/com/eazybytes/controller/

AccountController.java

0.8 KB

BalanceController.java

1.0 KB

CardsController.java

0.8 KB

ContactController.java

1.0 KB

LoansController.java

0.8 KB

LoginController.java

0.8 KB

NoticesController.java

0.7 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/src/main/java/com/eazybytes/model/

AccountTransactions.java

2.4 KB

Accounts.java

1.2 KB

Cards.java

2.0 KB

Contact.java

1.4 KB

Customer.java

1.5 KB

Loans.java

2.0 KB

Notice.java

1.9 KB

SecurityCustomer.java

1.3 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/src/main/java/com/eazybytes/repository/

AccountTransactionsRepository.java

0.4 KB

AccountsRepository.java

0.3 KB

CardsRepository.java

0.4 KB

ContactRepository.java

0.3 KB

CustomerRepository.java

0.4 KB

LoanRepository.java

0.4 KB

NoticeRepository.java

0.5 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/src/main/resources/

application.properties

0.2 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/src/main/resources/sql/

scripts.sql

9.7 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/src/test/java/com/eazybytes/application/

EazyBankBackendApplicationTests.java

0.2 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/target/classes/META-INF/

MANIFEST.MF

0.2 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/target/classes/META-INF/maven/com.eazybytes/springsecsection6/

pom.properties

0.3 KB

pom.xml

2.6 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/target/classes/

application.properties

0.2 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/target/classes/com/eazybytes/application/

EazyBankBackendApplication.class

1.2 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/target/classes/com/eazybytes/config/

EazyBankUserDetails.class

1.7 KB

EazyBankUsernamePwdAuthenticationProvider.class

3.0 KB

ProjectSecurityConfig$1.class

1.7 KB

ProjectSecurityConfig.class

3.7 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/target/classes/com/eazybytes/constants/

ApplicationConstants.class

0.5 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/target/classes/com/eazybytes/controller/

AccountController.class

1.3 KB

BalanceController.class

1.6 KB

CardsController.class

1.4 KB

ContactController.class

1.8 KB

LoansController.class

1.5 KB

LoginController.class

1.4 KB

NoticesController.class

1.1 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/target/classes/com/eazybytes/model/

AccountTransactions.class

3.0 KB

Accounts.class

1.8 KB

Cards.class

2.6 KB

Contact.class

2.0 KB

Customer.class

2.2 KB

Loans.class

2.7 KB

Notice.class

2.4 KB

SecurityCustomer.class

1.8 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/target/classes/com/eazybytes/repository/

AccountTransactionsRepository.class

0.6 KB

AccountsRepository.class

0.5 KB

CardsRepository.class

0.6 KB

ContactRepository.class

0.4 KB

CustomerRepository.class

0.6 KB

LoanRepository.class

0.6 KB

NoticeRepository.class

0.7 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/target/classes/sql/

scripts.sql

9.7 KB

/.../6 - Understanding CORs & CSRF/springsecsection6/target/test-classes/com/eazybytes/application/

EazyBankBackendApplicationTests.class

0.6 KB

/.../7 - Understanding & Implementing Authorization/

1 - Authentication Vs Authorization.mp4

24.6 MB

1 - Authentication Vs Authorization_en.srt

5.9 KB

2 - Spring Security Internal flow for AUTHN & AUTHZ.mp4

7.5 MB

2 - Spring Security Internal flow for AUTHN & AUTHZ_en.srt

4.3 KB

3 - How Authorities stored in Spring Security.mp4

20.2 MB

3 - How Authorities stored in Spring Security_en.srt

5.8 KB

4 - Configuring Authorities in Spring Security.mp4

60.0 MB

4 - Configuring Authorities in Spring Security_en.srt

12.2 KB

5 - Authority Vs Role.mp4

6.4 MB

5 - Authority Vs Role_en.srt

3.3 KB

6 - Configuring Roles in Spring Security.mp4

18.9 MB

6 - Configuring Roles in Spring Security_en.srt

7.1 KB

7 - Deep dive of Ant, MVC, Regex matchers for applying restrictions on the paths.mp4

31.0 MB

7 - Deep dive of Ant, MVC, Regex matchers for applying restrictions on the paths_en.srt

9.5 KB

8 - Summary of the Section.mp4

3.9 MB

8 - Summary of the Section_en.srt

2.2 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/

HELP.md

1.3 KB

classpath

1.3 KB

gitignore

0.4 KB

mvnw

10.1 KB

mvnw.cmd

6.6 KB

pom.xml

2.6 KB

project

0.6 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/mvn/wrapper/

MavenWrapperDownloader.java

4.9 KB

maven-wrapper.jar

50.7 KB

maven-wrapper.properties

0.2 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/settings/

org.eclipse.core.resources.prefs

0.2 KB

org.eclipse.jdt.core.prefs

0.5 KB

org.eclipse.m2e.core.prefs

0.1 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/src/main/java/com/eazybytes/application/

EazyBankBackendApplication.java

0.8 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/src/main/java/com/eazybytes/config/

EazyBankUserDetails.java

1.0 KB

EazyBankUsernamePwdAuthenticationProvider.java

2.3 KB

ProjectSecurityConfig.java

3.2 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/src/main/java/com/eazybytes/constants/

ApplicationConstants.java

0.2 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/src/main/java/com/eazybytes/controller/

AccountController.java

0.8 KB

BalanceController.java

1.0 KB

CardsController.java

0.8 KB

ContactController.java

1.0 KB

LoansController.java

0.8 KB

LoginController.java

0.8 KB

NoticesController.java

0.7 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/src/main/java/com/eazybytes/model/

AccountTransactions.java

2.4 KB

Accounts.java

1.2 KB

Authority.java

0.9 KB

Cards.java

2.0 KB

Contact.java

1.4 KB

Customer.java

1.9 KB

Loans.java

2.0 KB

Notice.java

1.9 KB

SecurityCustomer.java

1.3 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/src/main/java/com/eazybytes/repository/

AccountTransactionsRepository.java

0.4 KB

AccountsRepository.java

0.3 KB

CardsRepository.java

0.4 KB

ContactRepository.java

0.3 KB

CustomerRepository.java

0.4 KB

LoanRepository.java

0.4 KB

NoticeRepository.java

0.5 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/src/main/resources/

application.properties

0.2 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/src/main/resources/sql/

scripts.sql

9.8 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/src/test/java/com/eazybytes/application/

EazyBankBackendApplicationTests.java

0.2 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/target/classes/META-INF/

MANIFEST.MF

0.2 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/target/classes/META-INF/maven/com.eazybytes/springsecsection7/

pom.properties

0.3 KB

pom.xml

2.6 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/target/classes/

application.properties

0.2 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/target/classes/com/eazybytes/application/

EazyBankBackendApplication.class

1.2 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/target/classes/com/eazybytes/config/

EazyBankUserDetails.class

1.7 KB

EazyBankUsernamePwdAuthenticationProvider.class

3.7 KB

ProjectSecurityConfig$1.class

1.7 KB

ProjectSecurityConfig.class

4.1 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/target/classes/com/eazybytes/constants/

ApplicationConstants.class

0.5 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/target/classes/com/eazybytes/controller/

AccountController.class

1.3 KB

BalanceController.class

1.6 KB

CardsController.class

1.4 KB

ContactController.class

1.8 KB

LoansController.class

1.5 KB

LoginController.class

1.4 KB

NoticesController.class

1.1 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/target/classes/com/eazybytes/model/

AccountTransactions.class

3.0 KB

Accounts.class

1.8 KB

Authority.class

1.5 KB

Cards.class

2.6 KB

Contact.class

2.0 KB

Customer.class

2.8 KB

Loans.class

2.7 KB

Notice.class

2.4 KB

SecurityCustomer.class

1.8 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/target/classes/com/eazybytes/repository/

AccountTransactionsRepository.class

0.6 KB

AccountsRepository.class

0.5 KB

CardsRepository.class

0.6 KB

ContactRepository.class

0.4 KB

CustomerRepository.class

0.6 KB

LoanRepository.class

0.6 KB

NoticeRepository.class

0.7 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/target/classes/sql/

scripts.sql

9.8 KB

/.../7 - Understanding & Implementing Authorization/springsecsection7/target/test-classes/com/eazybytes/application/

EazyBankBackendApplicationTests.class

0.6 KB

/.../8 - Filters in Spring Security/

1 - Introduction to Filters in Spring Security and the sample use cases.mp4

9.4 MB

1 - Introduction to Filters in Spring Security and the sample use cases_en.srt

4.7 KB

2 - Inbuilt Filters provided by Spring Security and validating them inside our app.mp4

61.2 MB

2 - Inbuilt Filters provided by Spring Security and validating them inside our app_en.srt

9.7 KB

3 - Implementing our own custom filter in Spring Security.mp4

5.9 MB

3 - Implementing our own custom filter in Spring Security_en.srt

2.4 KB

4 - Adding a custom filter using addFilterBefore() method.mp4

51.5 MB

4 - Adding a custom filter using addFilterBefore() method_en.srt

8.6 KB

5 - Adding a custom filter using addFilterAfter() method.mp4

34.3 MB

5 - Adding a custom filter using addFilterAfter() method_en.srt

5.4 KB

6 - Adding a custom filter using addFilterAt() method.mp4

23.6 MB

6 - Adding a custom filter using addFilterAt() method_en.srt

5.9 KB

7 - Details about GenericFilterBean and OncePerRequestFilter.mp4

41.4 MB

7 - Details about GenericFilterBean and OncePerRequestFilter_en.srt

7.1 KB

8 - Summary of the Section.mp4

3.4 MB

8 - Summary of the Section_en.srt

2.1 KB

/.../8 - Filters in Spring Security/springsecsection8/

HELP.md

1.3 KB

classpath

1.3 KB

gitignore

0.4 KB

mvnw

10.1 KB

mvnw.cmd

6.6 KB

pom.xml

2.6 KB

project

0.6 KB

/.../8 - Filters in Spring Security/springsecsection8/mvn/wrapper/

MavenWrapperDownloader.java

4.9 KB

maven-wrapper.jar

50.7 KB

maven-wrapper.properties

0.2 KB

/.../8 - Filters in Spring Security/springsecsection8/settings/

org.eclipse.core.resources.prefs

0.2 KB

org.eclipse.jdt.core.prefs

0.5 KB

org.eclipse.m2e.core.prefs

0.1 KB

/.../8 - Filters in Spring Security/springsecsection8/src/main/java/com/eazybytes/application/

EazyBankBackendApplication.java

0.9 KB

/.../8 - Filters in Spring Security/springsecsection8/src/main/java/com/eazybytes/config/

EazyBankUserDetails.java

1.0 KB

EazyBankUsernamePwdAuthenticationProvider.java

2.3 KB

ProjectSecurityConfig.java

3.8 KB

/.../8 - Filters in Spring Security/springsecsection8/src/main/java/com/eazybytes/constants/

ApplicationConstants.java

0.2 KB

/.../8 - Filters in Spring Security/springsecsection8/src/main/java/com/eazybytes/controller/

AccountController.java

0.8 KB

BalanceController.java

1.0 KB

CardsController.java

0.8 KB

ContactController.java

1.0 KB

LoansController.java

0.8 KB

LoginController.java

0.8 KB

NoticesController.java

0.7 KB

/.../8 - Filters in Spring Security/springsecsection8/src/main/java/com/eazybytes/filter/

AuthoritiesLoggingAfterFilter.java

1.1 KB

AuthoritiesLoggingAtFilter.java

0.7 KB

RequestValidationBeforeFilter.java

2.3 KB

/.../8 - Filters in Spring Security/springsecsection8/src/main/java/com/eazybytes/model/

AccountTransactions.java

2.4 KB

Accounts.java

1.2 KB

Authority.java

0.9 KB

Cards.java

2.0 KB

Contact.java

1.4 KB

Customer.java

1.9 KB

Loans.java

2.0 KB

Notice.java

1.9 KB

SecurityCustomer.java

1.3 KB

/.../8 - Filters in Spring Security/springsecsection8/src/main/java/com/eazybytes/repository/

AccountTransactionsRepository.java

0.4 KB

AccountsRepository.java

0.3 KB

CardsRepository.java

0.4 KB

ContactRepository.java

0.3 KB

CustomerRepository.java

0.4 KB

LoanRepository.java

0.4 KB

NoticeRepository.java

0.5 KB

/.../8 - Filters in Spring Security/springsecsection8/src/main/resources/

application.properties

0.2 KB

/.../8 - Filters in Spring Security/springsecsection8/src/main/resources/sql/

scripts.sql

9.8 KB

/.../8 - Filters in Spring Security/springsecsection8/src/test/java/com/eazybytes/application/

EazyBankBackendApplicationTests.java

0.2 KB

/.../8 - Filters in Spring Security/springsecsection8/target/classes/META-INF/

MANIFEST.MF

0.2 KB

/.../8 - Filters in Spring Security/springsecsection8/target/classes/META-INF/maven/com.eazybytes/springsecsection7/

pom.properties

0.3 KB

pom.xml

2.6 KB

/.../8 - Filters in Spring Security/springsecsection8/target/classes/

application.properties

0.2 KB

/.../8 - Filters in Spring Security/springsecsection8/target/classes/com/eazybytes/application/

EazyBankBackendApplication.class

1.3 KB

/.../8 - Filters in Spring Security/springsecsection8/target/classes/com/eazybytes/config/

EazyBankUserDetails.class

1.7 KB

EazyBankUsernamePwdAuthenticationProvider.class

3.7 KB

ProjectSecurityConfig$1.class

1.7 KB

ProjectSecurityConfig.class

4.6 KB

/.../8 - Filters in Spring Security/springsecsection8/target/classes/com/eazybytes/constants/

ApplicationConstants.class

0.5 KB

/.../8 - Filters in Spring Security/springsecsection8/target/classes/com/eazybytes/controller/

AccountController.class

1.3 KB

BalanceController.class

1.6 KB

CardsController.class

1.4 KB

ContactController.class

1.8 KB

LoansController.class

1.5 KB

LoginController.class

1.4 KB

NoticesController.class

1.1 KB

/.../8 - Filters in Spring Security/springsecsection8/target/classes/com/eazybytes/filter/

AuthoritiesLoggingAfterFilter.class

2.1 KB

AuthoritiesLoggingAtFilter.class

1.3 KB

RequestValidationBeforeFilter.class

3.3 KB

/.../8 - Filters in Spring Security/springsecsection8/target/classes/com/eazybytes/model/

AccountTransactions.class

3.0 KB

Accounts.class

1.8 KB

Authority.class

1.5 KB

Cards.class

2.6 KB

Contact.class

2.0 KB

Customer.class

2.8 KB

Loans.class

2.7 KB

Notice.class

2.4 KB

SecurityCustomer.class

1.8 KB

/.../8 - Filters in Spring Security/springsecsection8/target/classes/com/eazybytes/repository/

AccountTransactionsRepository.class

0.6 KB

AccountsRepository.class

0.5 KB

CardsRepository.class

0.6 KB

ContactRepository.class

0.4 KB

CustomerRepository.class

0.6 KB

LoanRepository.class

0.6 KB

NoticeRepository.class

0.7 KB

/.../8 - Filters in Spring Security/springsecsection8/target/classes/sql/

scripts.sql

9.8 KB

/.../8 - Filters in Spring Security/springsecsection8/target/test-classes/com/eazybytes/application/

EazyBankBackendApplicationTests.class

0.6 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/

1 - Introduction to Tokens in Authentication flow.mp4

9.3 MB

1 - Introduction to Tokens in Authentication flow_en.srt

4.5 KB

10 - Summary of the Section.mp4

2.9 MB

10 - Summary of the Section_en.srt

2.0 KB

2 - Advantages of Token based Authentication.mp4

11.8 MB

2 - Advantages of Token based Authentication_en.srt

6.9 KB

3 - Exploring the JSESSIONID & CSRF Tokens inside our application.mp4

8.4 MB

3 - Exploring the JSESSIONID & CSRF Tokens inside our application_en.srt

5.7 KB

4 - Deep dive about JWT Tokens.mp4

57.1 MB

4 - Deep dive about JWT Tokens_en.srt

11.3 KB

4 - Deep dive about JWT Tokens_en.vtt

11.3 KB

5 - Making project configuration to use JWT tokens.mp4

21.0 MB

5 - Making project configuration to use JWT tokens_en.srt

6.0 KB

6 - Configuring filters to generate and validate JWT tokens.mp4

36.1 MB

6 - Configuring filters to generate and validate JWT tokens_en.srt

10.5 KB

7 - Making changes on the client side for JWT token based authentication.mp4

9.9 MB

7 - Making changes on the client side for JWT token based authentication_en.srt

3.0 KB

8 - Validating the JWT changes made by running the applications.mp4

16.1 MB

8 - Validating the JWT changes made by running the applications_en.srt

3.2 KB

9 - Validating the JWT token expiration scenario.mp4

15.6 MB

9 - Validating the JWT token expiration scenario_en.srt

3.0 KB

/.../bank-app-ui/

README.md

1.1 KB

angular.json

3.9 KB

browserslistrc

0.9 KB

editorconfig

0.3 KB

gitignore

0.7 KB

karma.conf.js

1.1 KB

package-lock.json

623.5 KB

package.json

1.5 KB

tsconfig.app.json

0.3 KB

tsconfig.base.json

0.5 KB

tsconfig.json

0.4 KB

tsconfig.spec.json

0.4 KB

tslint.json

3.3 KB

/.../bank-app-ui/e2e/

protractor.conf.js

0.9 KB

tsconfig.json

0.3 KB

/.../bank-app-ui/e2e/src/

app.e2e-spec.ts

0.7 KB

app.po.ts

0.3 KB

/.../bank-app-ui/src/app/

app-routing.module.ts

1.7 KB

app.component.css

0.0 KB

app.component.html

0.0 KB

app.component.spec.ts

1.1 KB

app.component.ts

0.2 KB

app.module.ts

2.0 KB

/.../bank-app-ui/src/app/components/account/

account.component.css

0.3 KB

account.component.html

2.0 KB

account.component.spec.ts

0.7 KB

account.component.ts

0.9 KB

/.../bank-app-ui/src/app/components/balance/

balance.component.css

0.4 KB

balance.component.html

1.8 KB

balance.component.spec.ts

0.7 KB

balance.component.ts

0.8 KB

/.../bank-app-ui/src/app/components/cards/

cards.component.css

0.4 KB

cards.component.html

1.6 KB

cards.component.spec.ts

0.6 KB

cards.component.ts

1.0 KB

/.../bank-app-ui/src/app/components/contact/

contact.component.css

5.0 KB

contact.component.html

3.7 KB

contact.component.ts

0.8 KB

/.../bank-app-ui/src/app/components/dashboard/

dashboard.component.css

4.7 KB

dashboard.component.html

4.2 KB

dashboard.component.ts

0.4 KB

/.../bank-app-ui/src/app/components/header/

header.component.css

2.2 KB

header.component.html

1.1 KB

header.component.spec.ts

0.7 KB

header.component.ts

0.5 KB

/.../bank-app-ui/src/app/components/loans/

loans.component.css

0.4 KB

loans.component.html

1.6 KB

loans.component.spec.ts

0.6 KB

loans.component.ts

1.0 KB

/.../bank-app-ui/src/app/components/login/

login.component.css

94.2 KB

login.component.html

2.5 KB

login.component.spec.ts

0.6 KB

login.component.ts

1.3 KB

/.../bank-app-ui/src/app/components/logout/

logout.component.css

0.0 KB

logout.component.html

0.0 KB

logout.component.spec.ts

0.7 KB

logout.component.ts

0.7 KB

/.../bank-app-ui/src/app/components/notices/

notices.component.css

9.3 KB

notices.component.html

0.8 KB

notices.component.spec.ts

0.7 KB

notices.component.ts

0.8 KB

/.../bank-app-ui/src/app/constants/

app.constants.ts

0.3 KB

/.../bank-app-ui/src/app/interceptors/

app.request.interceptor.ts

1.4 KB

/.../bank-app-ui/src/app/model/

account.model.ts

0.4 KB

account.transactions.model.ts

0.8 KB

cards.model.ts

0.6 KB

contact.model.ts

0.5 KB

loans.model.ts

0.7 KB

user.model.ts

0.8 KB

/.../bank-app-ui/src/app/routeguards/

auth.routeguard.ts

0.6 KB

/.../bank-app-ui/src/app/services/dashboard/

dashboard.service.ts

1.4 KB

/.../bank-app-ui/src/app/services/login/

login.service.spec.ts

0.4 KB

login.service.ts

0.7 KB

/.../bank-app-ui/src/assets/css/

font-awesome.css

39.7 KB

/.../bank-app-ui/src/assets/fonts/

FontAwesome.otf

134.8 KB

fontawesome-webfont.eot

165.7 KB

fontawesome-webfont.ttf

165.5 KB

fontawesome-webfont.woff

98.0 KB

fontawesome-webfont.woff2

77.2 KB

/.../bank-app-ui/src/assets/

gitkeep

0.0 KB

/.../bank-app-ui/src/assets/images/

logo.png

2.5 KB

/.../bank-app-ui/src/environments/

environment.prod.ts

0.1 KB

environment.ts

0.7 KB

/.../bank-app-ui/src/

favicon.ico

0.9 KB

index.html

0.3 KB

main.ts

0.4 KB

polyfills.ts

2.9 KB

styles.css

2.2 KB

test.ts

0.8 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/

HELP.md

1.3 KB

classpath

1.3 KB

gitignore

0.4 KB

mvnw

10.1 KB

mvnw.cmd

6.6 KB

pom.xml

3.0 KB

project

0.6 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/mvn/wrapper/

MavenWrapperDownloader.java

4.9 KB

maven-wrapper.jar

50.7 KB

maven-wrapper.properties

0.2 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/settings/

org.eclipse.core.resources.prefs

0.2 KB

org.eclipse.jdt.core.prefs

0.5 KB

org.eclipse.m2e.core.prefs

0.1 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/src/main/java/com/eazybytes/application/

EazyBankBackendApplication.java

1.1 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/src/main/java/com/eazybytes/config/

EazyBankUserDetails.java

1.0 KB

EazyBankUsernamePwdAuthenticationProvider.java

2.3 KB

ProjectSecurityConfig.java

4.1 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/src/main/java/com/eazybytes/constants/

ApplicationConstants.java

0.2 KB

SecurityConstants.java

0.2 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/src/main/java/com/eazybytes/controller/

AccountController.java

0.8 KB

BalanceController.java

1.0 KB

CardsController.java

0.8 KB

ContactController.java

1.0 KB

LoansController.java

0.8 KB

LoginController.java

0.8 KB

NoticesController.java

0.7 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/src/main/java/com/eazybytes/filter/

AuthoritiesLoggingAfterFilter.java

1.1 KB

AuthoritiesLoggingAtFilter.java

0.7 KB

JWTTokenGeneratorFilter.java

2.2 KB

JWTTokenValidatorFilter.java

2.1 KB

RequestValidationBeforeFilter.java

2.3 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/src/main/java/com/eazybytes/model/

AccountTransactions.java

2.4 KB

Accounts.java

1.2 KB

Authority.java

0.9 KB

Cards.java

2.0 KB

Contact.java

1.4 KB

Customer.java

1.9 KB

Loans.java

2.0 KB

Notice.java

1.9 KB

SecurityCustomer.java

1.3 KB

UsernamePasswordAuthentication.java

0.7 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/src/main/java/com/eazybytes/repository/

AccountTransactionsRepository.java

0.4 KB

AccountsRepository.java

0.3 KB

CardsRepository.java

0.4 KB

ContactRepository.java

0.3 KB

CustomerRepository.java

0.4 KB

LoanRepository.java

0.4 KB

NoticeRepository.java

0.5 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/src/main/resources/

application.properties

0.3 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/src/main/resources/sql/

scripts.sql

9.8 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/src/test/java/com/eazybytes/application/

EazyBankBackendApplicationTests.java

0.2 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/target/classes/META-INF/

MANIFEST.MF

0.2 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/target/classes/META-INF/maven/com.eazybytes/springsecsection9/

pom.properties

0.3 KB

pom.xml

3.0 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/target/classes/

application.properties

0.3 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/target/classes/com/eazybytes/application/

EazyBankBackendApplication.class

1.4 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/target/classes/com/eazybytes/config/

EazyBankUserDetails.class

1.7 KB

EazyBankUsernamePwdAuthenticationProvider.class

3.7 KB

ProjectSecurityConfig$1.class

1.8 KB

ProjectSecurityConfig.class

4.9 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/target/classes/com/eazybytes/constants/

ApplicationConstants.class

0.5 KB

SecurityConstants.class

0.5 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/target/classes/com/eazybytes/controller/

AccountController.class

1.3 KB

BalanceController.class

1.6 KB

CardsController.class

1.4 KB

ContactController.class

1.8 KB

LoansController.class

1.5 KB

LoginController.class

1.4 KB

NoticesController.class

1.1 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/target/classes/com/eazybytes/filter/

AuthoritiesLoggingAfterFilter.class

2.1 KB

AuthoritiesLoggingAtFilter.class

1.3 KB

JWTTokenGeneratorFilter.class

4.3 KB

JWTTokenValidatorFilter.class

3.6 KB

RequestValidationBeforeFilter.class

3.3 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/target/classes/com/eazybytes/model/

AccountTransactions.class

3.0 KB

Accounts.class

1.8 KB

Authority.class

1.5 KB

Cards.class

2.6 KB

Contact.class

2.0 KB

Customer.class

2.8 KB

Loans.class

2.7 KB

Notice.class

2.4 KB

SecurityCustomer.class

1.8 KB

UsernamePasswordAuthentication.class

1.1 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/target/classes/com/eazybytes/repository/

AccountTransactionsRepository.class

0.6 KB

AccountsRepository.class

0.5 KB

CardsRepository.class

0.6 KB

ContactRepository.class

0.4 KB

CustomerRepository.class

0.6 KB

LoanRepository.class

0.6 KB

NoticeRepository.class

0.7 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/target/classes/sql/

scripts.sql

9.8 KB

/.../9 - Token based Authentication using JSON Web Token (JWT)/springsecsection9/target/test-classes/com/eazybytes/application/

EazyBankBackendApplicationTests.class

0.6 KB

/~Get Your Files Here !/

Bonus Resources.txt

0.4 KB

 

Total files 1227


Copyright © 2024 FileMood.com