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.
- Host: GitHub
- URL: https://github.com/tuupola/branca-elixir
- Owner: tuupola
- License: mit
- Created: 2017-08-12T22:50:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T14:38:02.000Z (almost 4 years ago)
- Last Synced: 2025-03-18T15:12:16.317Z (over 1 year ago)
- Topics: api, jwt, token-authentication, xchacha20-poly1305
- Language: Elixir
- Homepage:
- Size: 21.5 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Branca Tokens for Elixir
[](https://hex.pm/packages/branca)
[](LICENSE.md)
[](https://github.com/tuupola/branca-elixir/actions)
[](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).