When using prisma token CLI command (using secret in prisma.yml),
how can i refresh the token from my application code?
Not the user JWT but the service JWT!
n
nilan
04/30/2018, 3:36 PM
You can generate a JWT using the actual secret that you enter in
prisma.yml
. Typically you'd use an env var for this. You can check how