Join Discord
Powered by
Hello guys! Anyone here has implemented something ...
# support-questions-legacy
f
fdelima.
06/19/2023, 6:44 PM
Hello guys! Anyone here has implemented something like verifySession to secure APIs using Java (springboot)? Is It possible?
r
rp_st
06/19/2023, 7:21 PM
hey
@fdelima.
you will essentially need to use a jwt verification lib in java to do this, followed by checking the claims
rp_st
06/19/2023, 7:21 PM
Maybe this will help
https://supertokens.com/docs/session/common-customizations/sessions/with-jwt/jwt-verification
f
fdelima.
06/20/2023, 4:46 PM
thank you
@rp_st
🙂
6
Views
Previous
Next