Usher

Hex VersionHexDocsCI Status

Usher is a web framework-agnostic invitation link management library for any Elixir application with Ecto.

🚧 This library is in its infancy so you should treat all versions as early pre-release versions. We'll make the best effort to give heads up about breaking changes; however we can't guarantee backwards compatibility for every change.

Have use cases not covered by Usher? Open an issue, we'd love to help you out ❤️.

Our use cases don't require heavy uses of invitation links. Have use cases that require a heavy use of invitiation links? Open an issue and we'd love to optimize Usher 🏃.

Current Features

What's planned?

Installation

Add usher to your list of dependencies in mix.exs:

def deps do
  [
    {:usher, "~> 0.5.1"}
  ]
end

Usher requires Elixir 1.14 or later, and OTP 25 or later. It may work with earlier versions, but it wasn't tested against them.

Follow the installation instructions to set up Usher in your application.

Getting Started

Take a look at the overview guide for a quick introduction to Usher.

Phoenix Integration

Take a look at the Phoenix integration guide for details on how to set up Usher in your Phoenix application.

Configuration Options

View all the configuration options in the configuration guide.

Contributing

See the contribution guide for details on how to contribute to Usher.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Inspiration

We first built this invitation system into Accomplish and then decided to open-source it.