JarWarren
How to obtain a bearer token for a third party client
I want to try and write a simple mobile app. As a "hello world" it could just fetch the data model for a given workspace. This requires a bearer token - not an API key.
Is there currently a way to achieve this? A way for the app to hit the server and become authorized?
13 replies
`yarn command:prod` fails even though `npx nx start` succeeds
The very last successful log is "AuthModule dependencies initialized".
Normally, the next log should be "HealthController {/healthz}:". So it's either failing on the AuthModule or the HealthController. My guess is that it's failing to ping "/healthz" but I'm not sure how to debug. Any help is greatly appreciated.
4 replies