test(AshAuthentication): updated tests for signed in user and added test for authcontroller
This commit is contained in:
parent
b1f5e09eaf
commit
f08e773d86
8 changed files with 116 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue