I have a question because I am stuck in a development project using nestjs and shopify.
The idea is to implement a Session Token validation process in the API that can be invoked from the Shopify store admin page. https://shopify.dev/apps/auth/oauth/session-tokenssevenstartechnicalservice
I’m actually trying to apply this to my own project using the JWT validation library provided by Shopify. I am trying to use the JWT verification library provided by Shopify and actually apply it to my project, but I don’t have a concrete image of how I can incorporate it into my project yet, so I contacted you to ask about how to introduce it.
I would like to know how to introduce this into my project.
Do I just add strategy and implement it?
Is it enough to implement it with @UseGuards?
How do I include the shopify-api-node library in my project?
Is there any good documentation or tutorial to help me understand this?
https://github.com/Shopify/shopify-api-nodespeakyourmindhere
Example implementation: https://github.com/Shopify/shopify-app-template-node/blob/cli_three/web/middleware/verify-request.js