Packages

Live components for Stytch Auth in Phoenix Applications

Current section

Files

Jump to
stytch_live README.md
Raw

README.md

# StytchLive
Live components for [Stytch](https://stytch.com) Auth in Phoenix Applications
## Installation
The package can be installed by adding `stytch_live` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:stytch_live, "~> 0.1.0"}
]
end
```
## Documentation
The package docs can be found at <https://hexdocs.pm/stytch_live>.