fix: session_identifier must be :jti
This commit is contained in:
parent
fba9abc2c1
commit
bdc250f2d6
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue