PermanentOrg / node-sdk

Node.js SDK for Permanent.org
GNU Affero General Public License v3.0
4 stars 2 forks source link

Remove Permanent API key #28

Closed jasonaowen closed 3 years ago

jasonaowen commented 3 years ago

The Permanent API no longer requires an API key. Requests don't need to include it, no behavior is gated on it, and soon the API won't even know what an API key is. Stop requiring the key during initialization, and stop sending it with requests.

PER-8278 Rotate or delete Permanent API key

jasonaowen commented 3 years ago

Rebased onto main and squashed readme change.