WIP: oauth/oidc

This commit is contained in:
bluepython508
2023-11-07 19:35:03 +00:00
parent 092930a24f
commit d1db6def95
17 changed files with 584 additions and 3 deletions

View File

@@ -190,6 +190,9 @@ defmodule SsoBsn.Accounts do
end
end
def update_login_time(user) do
user |> User.login_changeset() |> Repo.update!()
end
## Session
@doc """