mihaa1
Results
12
comments of
mihaa1
@lakhansamani Im using the following code to authenticate on the backend: ``` const user = await authorizerRef.getProfile({ Authorization: `Bearer ${authorization}`, }) ``` Is this the correct way?
> Ran into this issue myself when working in a multi package repo. Only solution I could find was transpile all packages in watch mode, in which case there's no...