Packages

Live components for Stytch Auth in Phoenix Applications

Current section

Files

Jump to
stytch_live lib stytch_live.ex
Raw

lib/stytch_live.ex

defmodule StytchLive do
@moduledoc """
Documentation for `StytchLive`.
"""
@doc """
Hello world.
## Examples
iex> StytchLive.hello()
:world
"""
def hello do
:world
end
end