Skip to content

Elixir Client for the Stytch B2B SaaS authentication API

License

Notifications You must be signed in to change notification settings

togethercomputer/stytch-elixir

Repository files navigation

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:

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 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.

License

Please see LICENSE for licensing details.

About

Elixir Client for the Stytch B2B SaaS authentication API

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages