fix: session_identifier must be :jti
This commit is contained in:
parent
f08e773d86
commit
3710376517
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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