Current section
Files
Jump to
Current section
Files
stytch_live
README.md
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>.