Auth route /whoami for nginx subrequest auth, support changing the session cookie domain for that purpose

This commit is contained in:
bluepython508
2023-11-08 09:36:30 +00:00
parent 54db8727b0
commit 93cd897b0e
6 changed files with 20 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ defmodule SsoBsnWeb.ResourceOwners do
alias Boruta.Oauth.ResourceOwner
alias SsoBsn.Accounts.User
alias SsoBsn.Accounts
alias SsoBsn.Repo
@impl Boruta.Oauth.ResourceOwners
def get_by(username: username) do