Minimal working API with jwt example?
Hey, I'm liking the plug and play aspects of wasp. It would seem to me that you could easily add a bit more API support for beginners. (Parsing a basic jwt that we could later and more fields to + explaining how to create a new key when going to production) Any plans for this? In the meantime is there an API POC repo I can see something minimal doing this with wasp? I noticed you have all the client libraries, so I assume you handle caching the token, but it seems strange that you would do the front end work without the backend as well. Maybe I'm missing something. Or is there a complication I don't yet know of I'm doing this? Are there any api's in the saas-starter-template that I can look at? It searched for jwt and didn't see anything. My goal is to build something that can easily be used for my mobile backend later.
