11 Matching Annotations
  1. Apr 2022
  2. Dec 2020
  3. Dec 2019
  4. Oct 2019
    1. API keys are generally not considered secure; they are typically accessible to clients, making it easy for someone to steal an API key. Once the key is stolen, it has no expiration, so it may be used indefinitely, unless the project owner revokes or regenerates the key

      hmmm... what about client-API architectures where there are no username/pwd pairs?