djn12313
JWT Best Practice?
Hey all - perhaps a dumb Q. I'm using a JWT file (JSON) for an SDK auth.
What's the best way to use this in the context of deployment? Raw/JSON in the Project variables seems like the place to store it (note: this sort of works ... but initially throw a JSON 'strings' error though it's valid JSON, before encoding it)?
Anyway, if using Raw/JSON, what's the appropriate way to reference it programmatically (e.g. like .env) so it works on deployment?
Project ID: 13e1abcc-00f8-4428-86ea-e2cab84804a9
(Note: this is just a boilerplate template at the moment)
2 replies