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
parent b1f5e09eaf
commit f08e773d86
8 changed files with 116 additions and 2 deletions

View file

@ -95,3 +95,8 @@ config :mv, :rauthy,
base_url: "http://localhost:8080/auth/v1",
client_secret: System.get_env("OIDC_CLIENT_SECRET"),
redirect_uri: "http://localhost:4000/auth/user/rauthy/callback"
# AshAuthentication development configuration
config :mv, :session_identifier, nil
config :mv, :require_token_presence_for_authentication, true