Hello guys! Anyone here has implemented something like verifySession to secure APIs using Java (spri...
f
Hello guys! Anyone here has implemented something like verifySession to secure APIs using Java (springboot)? Is It possible?
r
hey @fdelima. you will essentially need to use a jwt verification lib in java to do this, followed by checking the claims
f
thank you @rp_st 🙂
5 Views