You are browsing as a guest. Sign up (or log in) to start making projects!

4h 32m 5s logged

I made auth-service-lib today, basically a shared lib so i dont have to copy paste the same jwt verification code into every new microservice. workspace-service, query-service etc. I will just import it and get the filter + claims extraction for free. Had a weird issue where JwksClient was trying to fetch the public key from auth-service before it even started, took me a bit to figure out but I fixed it.

0
1

Comments 0

No comments yet. Be the first!