Found 29 repositories(showing 29)
aspnetrun
Secure microservices with using standalone Identity Server 4 and backing with Ocelot API Gateway. Protect our ASP.NET Web MVC and API applications with using OAuth 2 and OpenID Connect in IdentityServer4. Securing your web application and API with tokens, working with claims, authentication and authorization middlewares and applying policies.
I wanted a solution where we can easily captured Oauth2 and Oauth2 client for the secure communication with all of the microservices. Focusing, how to achieve oauth2 full flavor into microservices architecture. User can’t access API without token. The token will be available when user given basic and authentication details to generate token for access API. All requests will consider one entry point API-Gateway but, service-to-service can communicate. The API-Gateway will dynamic routing using Zuul Netflix OSS component. Every request will check authorization when request will arrived into service and service will request authorization server to verify is either authenticate or not. The entire Meta configuration settled into the central configuration on github (You can manage on any repository).
afteracademy
gomicro is a Go microservices architecture using goserve micro framework. The blogging platform example is built using Kong API gateway, NATS, Mongo, Redis, and Docker. It implements authentication, authorization, and apikey protection.
No description available
burakerdgn1
A cloud-ready banking backend system built with Spring Boot microservices, secured using Keycloak (OAuth2 / OpenID Connect) and exposed through a Spring Cloud Gateway. The system demonstrates centralized authentication, role-based authorization, inter-service communication, and API gateway patterns in a real-world microservices setup.
yunusemregl
Secure microservices with using standalone Identity Server 4 and backing with Ocelot API Gateway. Protect our ASP.NET Web MVC and API applications with using OAuth 2 and OpenID Connect in IdentityServer4. Securing your web application and API with tokens, working with claims, authentication and authorization middlewares and applying policies.
A practical project demonstrating how to secure microservices using a standalone IdentityServer4 for authentication and authorization, backed by Ocelot API Gateway.
AhmetKasap
To better understand Microservice Architecture, I developed an API Gateway using Node.js. This API Gateway includes routing, authentication and authorization steps, and security layers. You can integrate this API Gateway into your own microservices project and then build your services on top of it.
BVSGoutham
“I implemented a production-style microservices e-commerce backend with centralized JWT authentication at the API Gateway, role-based authorization, OpenAPI documentation, and Dockerized deployment using docker-compose
sirepandeyy
An Ecommerce application designed in accordance with pub/sub architecture. Uses AWS for role based authentication and authorization . Messaging service is done by RABBITMQ .Built Api Gateway too for loose coupling between application and its microservices .The app is build using Angularjs , nodejs and nestjs .
sirepandeyy
The project is a multi tenant application where the roles of tenant and also the tenant details are managed. Built Api Gateway too for loose coupling between application and its microservices . The project uses AWS COGNITO for authentication and authorization so that the security of the application is well maintained. Implemented features such as OIDC authentication and websockets. The app is build using Angularjs , nodejs and nestjs.
Build a Serverless microservices application demonstrating end-to-end authentication and authorization through use of Amazon Cognito, API Gateway, AWS Lambda, and all-things IAM.
Microservices Authentication and Authorization Using API Gateway
gu-r-u
End-to-end Ecommerce Microservices application using Spring Boot, Spring Cloud, Eureka, API Gateway, JWT Authentication, MongoDB, and role-based authorization.
dystopiaxyz
Ecommerce microservices based application written using Java springboot using distributed system features like api gateway, authentication/authorization, distributed tracing, centralized logging, metrics monitoring and others.
umesha-1996
This repository contains a project that demonstrates how to implement API Gateway authentication using YARP. The API Gateway handles request authentication and authorization, forwarding valid requests to backend services, enabling security and scalability in microservices architectures.
sadaftasnim
A Spring Boot microservices project secured with OAuth2 authentication and authorization using Keycloak. Demonstrates API Gateway integration, role-based access control, and secure communication between services.
Walexy09
This's a .net 6 core microservices application having 3 microservices; users, customers, product microservices and a Gateway API which uses Ocelot to interface between the Upstream and Downstream. The Gateway API also handles JWT authentication and authorization. Token is generated by the Users microservice upon a client successful authentication.
Walexy09
This's a .net 6 core microservices application having 3 microservices; users, customers, product microservices and a Gateway API which uses Ocelot to interface between the Upstream and Downstream. The Gateway API also handles JWT authentication and authorization. Token is generated by the Users microservice upon a client successful authentication.
rejivelshan
A complete Railway Reservation System Project with JWT authentication, Authorization, API Gateway, Eureka server, and Payment Gateway using Stripe API. A reactive application with 5 microservices for Crud operations with Train, User and Ticket reservation.
vinaysteja2
Travel Bank Microservices Suite focuses on implementing centralized authentication and authorization using OAuth 2.0 Authorization Code Grant Flow , OAuth 2.0 Client Grant Flow via Keycloak and Spring Security at the API Gateway level.
Aysell-Talibli
Microservices project built with Spring Boot, showing how to use Kafka for inter-service communication, API Gateway for routing and centralized security, JWT for secure authentication and role-based authorization.
Vishwjeet-code
Designed and developed a fully secure microservices-based system consisting of User-Service, Hotel-Service, Rating-Service, and API Gateway. Implemented enterprise-level authentication/authorization using Okta OAuth2 and secured inter-service communication using the Client Credentials Flow.
livingstone23
Mango Microservice : Is the Implementation of 7 microservices using .NET 8, including authentication and authorization. Asynchronous and synchronous communication via Azure Service Bus. Integration of Ocelot gateway, Swagger Open API, and repository pattern with Entity Framework Core and SQL Server.
A secure E-Commerce backend implemented using Spring Boot Microservices architecture with API Gateway, JWT-based authentication, Spring Security, JPA/Hibernate, and role-based authorization. Includes Swagger documentation and Dockerized deployment for scalable, production-ready architecture.
saikumararji
A production-style Paying Guest (PG) Management System built using Spring Boot Microservices. This project demonstrates real-world enterprise backend architecture with secure authentication, role-based authorization, service discovery, API Gateway routing, and inter-service communication.
andrija-mitrovic
Secure microservices with using standalone Identity Server 4 and backing with Ocelot API Gateway. Protect our ASP.NET Web MVC and API applications with using OAuth 2 and OpenID Connect in IdentityServer4. Securing your web application and API with tokens, working with claims, authentication and authorization middlewares and applying policies.
yashgharat24
Trading Syetem Microservices , using all the CRUD(Create, Read, Update, Delete) operations--mapped to HTTP protocols, Spring Boot microservices for each domain, Spring Security for authentication and authorization, API gateway for central routing, Service registry and discovery via eureka, Each service maintains its own databases tables.
Khatami
In this repository, you will see that how to secure microservices with using standalone Identity Server 4 and backing with Ocelot API Gateway. We’re going to protect our ASP.NET Web MVC and API applications with using OAuth 2 and OpenID Connect in IdentityServer4. Securing your web application and API with tokens, working with claims, authentication and authorization middlewares and applying policies, and so on
All 29 repositories loaded