Nextauth JWT authentication on backend

What is the ideal way to pass and validate the JWT token created by NextAuth via Google Oauth on Go backend's incoming HTTP requests, by using the same key set as NEXTAUTH_SECRET?
Was this page helpful?