review(env): shift secret to env file and added logger

This commit is contained in:
carla 2025-06-24 09:52:17 +02:00 committed by carla
parent b796746a45
commit cc51763a6e
7 changed files with 21 additions and 2 deletions

View file

@ -24,6 +24,7 @@ defmodule Mv.Accounts.User do
token_resource Mv.Accounts.Token
require_token_presence_for_authentication? true
store_all_tokens? true
#signing_algorithm "EdDSA" -> https://git.local-it.org/local-it/mitgliederverwaltung/issues/87
signing_secret fn _, _ ->
{:ok, Application.get_env(:mv, :token_signing_secret)}
@ -38,6 +39,7 @@ defmodule Mv.Accounts.User do
client_secret Mv.Secrets
auth_method :client_secret_jwt
code_verifier true
#id_token_signed_response_alg "EdDSA" #-> https://git.local-it.org/local-it/mitgliederverwaltung/issues/87
end
password :password do