only2dhir

only2dhir

👤 Developer

8 repositories on SrcLog

View on GitHub
8 Repos
307 Stars
402 Forks
307 Watchers

Repositories (8)

spring-boot-security-oauth2 only2dhir/spring-boot-security-oauth2 Java

This article aims to provide a working example of spring boot security and oauth2. It has implementation for resource server and authorization server and connection to database with bcrypt password encoder.

81
angular6-example only2dhir/angular6-example TypeScript

In this article we will be building an Angular 6 application step by step from scratch with sample example. We will be generating our Angular 6 Hero application using angular CLI and then modify it to have a user management project where there will be a login screen for an admin and post login he can perform CRUD operations such as create, read, update and delete user with the sample REST API exposed using HttpClientModule.

74
spring-boot-angular5 only2dhir/spring-boot-angular5 TypeScript

This repository has a sample code base for spring boot and angular 5 integration.

48
angular8-demo only2dhir/angular8-demo TypeScript

In this tutorial, we will be developing an Angular 8 application and perform CRUD operation on a user entity. We will be developing a full stack app with REST API integration. We will have a login, list user, add and edit user component and based on the routing configurations these pages will be served. We will have HTTP interceptor to intercept our HTTP request and inject JWT token in the header. The backend server code is implemented using Spring Boot.

44
angular-5-material-design only2dhir/angular-5-material-design TypeScript

This tutorial is about creating a sample application using angular 5 material design.To develop this app we will be using different angular 5 material components such as form controls, navigation menu, layout and buttons.

25
spring-boot-angular-deployment only2dhir/spring-boot-angular-deployment TypeScript

The sample maven configuration to build spring boot and angular 5 project together as a war file.

21
spring-boot-security-oauth2-jwt-example only2dhir/spring-boot-security-oauth2-jwt-example Java

In this article, we will be discussing about OAUTH2 implementation with spring boot security and JWT token and securing REST APIs.In my last article of Spring Boot Security OAUTH2 Example, we created a sample application for authentication and authorization using OAUTH2 with default token store but spring security OAUTH2 implementation also provides functionality to define custom token store.Here, we will be creating a sample spring security OAUTH2 application using JwtTokenStore.Using JwtTokenStore as token provider allows us to customize the token generated with TokenEnhancer to add additional claims.

9
reactive-api-demo only2dhir/reactive-api-demo Java

learn about Spring WebFlux - reactive programming support for Web applications in Spring Framework 5 which is built on a Reactive Streams API to run on non-blocking servers.

5