test(AshAuthentication): updated tests for signed in user and added test for authcontroller

This commit is contained in:
carla 2025-07-02 11:32:48 +02:00 committed by carla
parent c7b13c0ecb
commit fba9abc2c1
8 changed files with 116 additions and 2 deletions

View file

@ -55,6 +55,11 @@ if config_env() == :prod do
config :mv, :rauthy, redirect_uri: "http://localhost:4000/auth/user/rauthy/callback"
# AshAuthentication production configuration
config :mv, :session_identifier, nil
config :mv, :require_token_presence_for_authentication, true
config :mv, MvWeb.Endpoint,
url: [host: host, port: 443, scheme: "https"],
http: [