]> gitweb.mndrdr.org Git - arelpe.git/commit
API keys now belong to users and have access dates for auditing; extant keys assigned...
authorAidan Cornelius-Bell <[email protected]>
Thu, 9 Jan 2025 03:17:18 +0000 (13:47 +1030)
committerAidan Cornelius-Bell <[email protected]>
Thu, 9 Jan 2025 03:17:18 +0000 (13:47 +1030)
commitf598ec51990d2ab52a95682d2cd4a07ddc617a79
treed1b62084dd3cb786fc5b2d2e109f762597a7956a
parent72ceb0812a4ebdffcd5e94a798c169765f3d1e3d
API keys now belong to users and have access dates for auditing; extant keys assigned to user 1
app/controllers/api/v2/api_controller.rb
app/controllers/api_keys_controller.rb
app/views/api_keys/index.html.erb
app/views/api_keys/new.html.erb
app/views/api_keys/show.html.erb
db/migrate/20250109031618_assign_api_keys_to_first_user.rb [new file with mode: 0644]
db/schema.rb