https://github.com/moomerman/stytch_live
Live components for Stytch Auth in Phoenix Applications
https://github.com/moomerman/stytch_live
Last synced: 9 months ago
JSON representation
Live components for Stytch Auth in Phoenix Applications
- Host: GitHub
- URL: https://github.com/moomerman/stytch_live
- Owner: moomerman
- License: mit
- Created: 2022-11-13T09:29:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T15:27:54.000Z (over 3 years ago)
- Last Synced: 2025-01-25T03:57:52.840Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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 .