Persistent API Key
Posted: February 11th, 2022, 6:51 pm
I'm trying to create an API to be called by another application but it needs security to be enabled and the current GetKey implementation that functions like a user session adds unnecessary complexity. There doesn't seem to be a good reason for the key to expire in this scenario as the credentials would need to be hardcoded anyway, and this just adds another layer of complexity to worry about.
Is there a way to generate a key for authenticated APIs created through the IDE that doesn't expire?
Is there a way to generate a key for authenticated APIs created through the IDE that doesn't expire?