Decoding auth token from non-ts environment
Hello! I have a NextJS frontend and I need to be able to send the auth token to my Rust backend and decode what user it belongs to. Is there any documentation or pointers on this?
1 Reply
I think the better-auth JWT JWKS plugin might be what you need