Wrapper and interface for the Stytch B2B SaaS authentication API in Elixir
This repository is a work in progress.
This library is not currently available on Hex.pm, so install it via GitHub and run mix deps.get:
def deps do
[
{:stytch, github: "togethercomputer/stytch-elixir", branch: "main"}
]
end
At the time of writing, Stytch does not publish an OpenAPI description for their API. A hand-crafted description is available 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.
Please see LICENSE for licensing details.