is it correct to do this in the playground for htt...
# prisma-whats-new
k
is it correct to do this in the playground for http headers?
Copy code
{
  "Authorization": "Bearer <PRISMA_SECRET>"
}
can’t get past the _Your token is invalid. _
n
no, this is not correct
use
prisma token
instead
That generates a token that is signed with the service secret
k
oh
👌 worked great!
🎉 1