format: formated files

This commit is contained in:
carla 2025-06-26 14:00:43 +02:00 committed by carla
parent cc51763a6e
commit c7b13c0ecb
4 changed files with 31 additions and 8 deletions

View file

@ -24,7 +24,8 @@ 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_algorithm "EdDSA" -> https://git.local-it.org/local-it/mitgliederverwaltung/issues/87
signing_secret fn _, _ ->
{:ok, Application.get_env(:mv, :token_signing_secret)}
@ -39,7 +40,8 @@ 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
# id_token_signed_response_alg "EdDSA" #-> https://git.local-it.org/local-it/mitgliederverwaltung/issues/87
end
password :password do