Skip to content

Apikeys as resource

Johannes Zumthurm requested to merge apikeys_resource into master

Created by: NotSpecial

I was starting to write tests for the CLI when I thought: Do API Keys really need to be handled with CLI?

I think they would work better as an API resource.

Benefits:

  • They could be managed more easily with admintools
  • With database backups API keys will also be safed
  • We don't need an additional config file for the keys.

Since the functionality provided is the same I can't see any downsides.

Instead of creating an issue I thought I'd go ahead an just implement it. What are your opinions?

Merge request reports

Loading