loopback4-microservice-catalog icon indicating copy to clipboard operation
loopback4-microservice-catalog copied to clipboard

Any Help for? Make this Dynamic, Use RSA instead of AES.

Open souravahmed1 opened this issue 3 years ago • 6 comments

https://github.com/sourcefuse/loopback4-microservice-catalog/blob/2c9c8d8e1915db85b1c4dc8c7b48db0e4a1cadf8/services/authentication-service/src/modules/auth/login.controller.ts#L472

so that microservices cross communication becomes easy. instead of bouncing the actual secret, bounce the PUB key.

souravahmed1 avatar Oct 07 '22 05:10 souravahmed1

How to Run Authentication-Service in dev mode? there is no start script, mentioned in package.json

souravahmed1 avatar Oct 07 '22 07:10 souravahmed1

@souravahmed1 there is already a PR under to allow using any sort of JWT signing and verification - https://github.com/sourcefuse/loopback4-microservice-catalog/pull/1011

akshatdubeysf avatar Oct 07 '22 09:10 akshatdubeysf

For start question, this package is a Loopback4 component, you would have to install in a Loopback4 microservice to use it, refer this example.

akshatdubeysf avatar Oct 07 '22 09:10 akshatdubeysf

For start question, this package is a Loopback4 component, you would have to install in a Loopback4 microservice to use it, refer this example.

i want to test the lb4 component in isolation, without any microservice, can you tell me how to do that?

souravahmed1 avatar Oct 07 '22 10:10 souravahmed1

there are no vid tuts, and docs doesnt have examples, its just lb4 specs, understanding this way will be very hard.

souravahmed1 avatar Oct 07 '22 10:10 souravahmed1

You can refer the acceptance tests to see how to test the service in isolation.

akshatdubeysf avatar Oct 07 '22 10:10 akshatdubeysf

Fixed by https://github.com/sourcefuse/loopback4-microservice-catalog/pull/1011

shubhamp-sf avatar Jun 09 '23 02:06 shubhamp-sf