🔥 initial commit 🔥

This commit is contained in:
2026-03-30 01:02:24 -04:00
commit cb179333f0
77 changed files with 6974 additions and 0 deletions

12
lib/mixer/secrets.ex Normal file
View File

@@ -0,0 +1,12 @@
defmodule Mixer.Secrets do
use AshAuthentication.Secret
def secret_for(
[:authentication, :tokens, :signing_secret],
Mixer.Accounts.User,
_opts,
_context
) do
Application.fetch_env(:mixer, :token_signing_secret)
end
end