An open API service indexing awesome lists of open source software.

https://github.com/tuupola/branca-elixir

Secure alternative to JWT. Authenticated encrypted API tokens for Elixir.
https://github.com/tuupola/branca-elixir

api jwt token-authentication xchacha20-poly1305

Last synced: over 1 year ago
JSON representation

Secure alternative to JWT. Authenticated encrypted API tokens for Elixir.

Awesome Lists containing this project

README

          

# Branca Tokens for Elixir

[![Latest Version]( https://img.shields.io/hexpm/v/branca.svg?style=flat-square)](https://hex.pm/packages/branca)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/github/workflow/status/tuupola/branca-elixir/Tests/master?style=flat-square)](https://github.com/tuupola/branca-elixir/actions)
[![Coverage](https://img.shields.io/codecov/c/github/tuupola/branca-elixir.svg?style=flat-square)](https://codecov.io/github/tuupola/branca-elixir)

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `branca` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:branca, "~> 0.2.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/branca](https://hexdocs.pm/branca).