loopback4-microservice-catalog
loopback4-microservice-catalog copied to clipboard
Any Help for? Make this Dynamic, Use RSA instead of AES.
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.
How to Run Authentication-Service in dev mode? there is no start script, mentioned in package.json
@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
For start question, this package is a Loopback4 component, you would have to install in a Loopback4 microservice to use it, refer this example.
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?
there are no vid tuts, and docs doesnt have examples, its just lb4 specs, understanding this way will be very hard.
You can refer the acceptance tests to see how to test the service in isolation.
Fixed by https://github.com/sourcefuse/loopback4-microservice-catalog/pull/1011