Account Ressource # SSO closes #39, #40 and #41 #72

Merged
carla merged 12 commits from feature/39_account_ressource into main 2025-07-02 17:05:55 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit bdc250f2d6 - Show all commits

View file

@ -97,6 +97,6 @@ config :mv, :rauthy,
redirect_uri: "http://localhost:4000/auth/user/rauthy/callback"
# AshAuthentication development configuration
config :mv, :session_identifier, nil
config :mv, :session_identifier, :jti
config :mv, :require_token_presence_for_authentication, true

View file

@ -56,7 +56,7 @@ 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, :session_identifier, :jti
config :mv, :require_token_presence_for_authentication, true