2024-09-01 21:29:30 +00:00
|
|
|
defmodule DraincloudCore.Auth do
|
2024-09-01 22:39:43 +00:00
|
|
|
def is_logon(_token) do
|
|
|
|
# TODO here
|
2024-09-17 21:13:39 +00:00
|
|
|
false
|
|
|
|
end
|
|
|
|
|
|
|
|
def auth_cookies(conn = %Plug.Conn{}, user = %DrainCloudCore.Auth.Users{}) do
|
|
|
|
|
2024-09-01 21:29:30 +00:00
|
|
|
end
|
|
|
|
end
|