API authentication

  1. I don’t see the need for that. if you need to be authenticated for a public API, require the credentials for every API action.

  2. on the internet anything can happen. If your API action is resource-intensive, consider caching the result.

1 Like