This website requires JavaScript.
Explore
Help
Register
Sign In
draincloud
/
draincloud-beam-core
Watch
1
Star
0
Fork
0
You've already forked draincloud-beam-core
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
1c38624712
draincloud-beam-core
/
lib
/
draincloud_core
/
auth
/
auth.ex
7 lines
94 B
Elixir
Raw
Normal View
History
Unescape
Escape
heex login screen added
2024-09-01 21:29:30 +00:00
defmodule
DraincloudCore.Auth
do
trying to implement all with elixir-way
2024-09-01 22:39:43 +00:00
def
is_logon
(
_token
)
do
# TODO here
true
heex login screen added
2024-09-01 21:29:30 +00:00
end
end
Reference in New Issue
Copy Permalink