CartoDB/CartoDB-SQL-API

Remove old authorization system

dgaubert opened this issue · 2 comments

After the redis api-keys migration, we can deprecate old authorization system and remove the code related to keeping the old behavior (use public user credentials when no api-key or an invalid one is provided in the request).

  • Remove fallback auth system for all endpoint
  • Remove old system to get user credentials to perform batch jobs
  • refactor authenticated flag to authorizationLevel

PR #489

Ready to be closed?

Still in development. We will close it when it's deployed.