google / ctfscoreboard

Scoreboard for Capture The Flag competitions.
Apache License 2.0
164 stars 61 forks source link

Add API Key Support #263

Closed Matir closed 5 years ago

Matir commented 5 years ago

There's currently no UI for viewing the API key, nor an admin interface for bulk revocation, so this is not ready to merge. It's only a preview of the implementation.

codecov-io commented 5 years ago

Codecov Report

Merging #263 into master will increase coverage by 0.48%. The diff coverage is 89.65%.

@@            Coverage Diff             @@
##           master     #263      +/-   ##
==========================================
+ Coverage   71.08%   71.56%   +0.48%     
==========================================
  Files          27       27              
  Lines        2182     2240      +58     
  Branches      271      277       +6     
==========================================
+ Hits         1551     1603      +52     
- Misses        541      545       +4     
- Partials       90       92       +2
Matir commented 5 years ago

This fixes #261.