-
I am planning a new microservice project. Single microservices are REST-APIs, the user should authenticate himself with JWT. I want to use the LexikJWTAuthenticationBundle for implementing JWT.
…
-
User Story
=======
There are multiple ways to set up microservices:
- Have a public facing API Gateway responsible for authentication, that then acts as a proxy for internal microservices, or which…
-
Spring Cloud offers some auto-configuration for its `@FeignClient` which entered maintenance mode in favor of `RestClient` and `WebClient` used with `HttpServiceProxyFactory` for `@HttpExchange`.
T…
-
I really like this project, such as the hexagonal architecture on Netflix where there are many handlers for each platform, including REST, gRPC, etc.
However, in my case, I only need a REST handler…
-
Starting this thread to capture WebAPI 3.0 proposed changes New suggestions can be raised in comments and those that make sense can be promoted up to the top thread. This list is not exhaustive bu…
-
- [x] Draft CloudBank Design with Figma
- [X] Code React Frontend with REST API requests
- [X] Reach out to Paul regarding design/specs
- [ ] Reach out to Paul for Microservices REST APIs
-
# Problem
Several critical high frequency operations related to transforms are made using REST calls through the single threaded flask app. This has several problems:
1. Messages can be lost when th…
-
Evaluate FHIR validator deployed as a microservice with REST interface as a mean to support xml and FHIR validation.
Explore 2 options for FHIR validator:
1. Deploy https://github.com/hapifhir/org.h…
-
I'm thinking of using accesscontrol in a microservice architecture where multiple microservices will want to share the same authentication rules.
So my question is what pattern is best to solve thi…
-
#### DESCRIPTION
It would be good to have .NET Core Template which can be used to generate UI Website using microservice framework.
#### ADDITIONAL CONTEXT
Template pack should contain the follow…