https://github.com/togethercomputer/stytch-elixir
Elixir Client for the Stytch B2B SaaS authentication API
https://github.com/togethercomputer/stytch-elixir
Last synced: about 1 year ago
JSON representation
Elixir Client for the Stytch B2B SaaS authentication API
- Host: GitHub
- URL: https://github.com/togethercomputer/stytch-elixir
- Owner: togethercomputer
- License: mit
- Created: 2025-05-07T20:44:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T02:19:34.000Z (about 1 year ago)
- Last Synced: 2025-06-18T23:43:46.342Z (about 1 year ago)
- Language: Elixir
- Size: 90.8 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Stytch Client for Elixir
_Wrapper and interface for the Stytch B2B SaaS authentication API in Elixir_
---
This repository is a work in progress.
## Installation
This library is not currently available on Hex.pm, so install it via GitHub and run mix deps.get:
```elixir
def deps do
[
{:stytch, github: "togethercomputer/stytch-elixir", branch: "main"}
]
end
```
## Code Generation
At the time of writing, Stytch does not publish an OpenAPI description for their API.
A hand-crafted description [is available](vendor/stytch-openapi.yml) in this repository.
It was generated based on a public Postman collection and enhanced by hand — so don't expect full coverage of the API.
Code generation provided by the [OpenAPI Generator for Elixir](https://github.com/aj-foster/open-api-generator).
## License
Please see [LICENSE](LICENSE) for licensing details.