I’m looking for ideas on how to create a server action to support API keys.
My initial thoughts are:
- create a role of ‘API’
- create a user account for the api (username=api_key_value, password=api_secret)
- on the server connection create a server variable called API_key and api_secret (based on this post - it looks like it will work)
- If an API key is provided, perform a login
- Use the standard security restrict
- do your stuff…
Any thoughts or suggestions or a better way to do this?
Community Page
Last updated:
Last updated: