Store Last.fm API key with encrypted secret

This commit is contained in:
Claudio Ortolina
2025-05-06 15:18:14 +01:00
parent d5b29b20bb
commit 95f71519d3
12 changed files with 87 additions and 9 deletions
+1
View File
@@ -50,6 +50,7 @@ defmodule MusicLibrary.MixProject do
{:ecto_sql, "~> 3.10"},
{:ecto_sqlite3, ">= 0.0.0"},
{:ecto_sqlite3_extras, "~> 1.2.2"},
{:cloak_ecto, "~> 1.3"},
# UI
{:phoenix_html, "~> 4.2"},