branca-elixir icon indicating copy to clipboard operation
branca-elixir copied to clipboard

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

Results 2 branca-elixir issues
Sort by recently updated
recently updated
newest added

key should not be set at module attribute as it will be set on compile.

I've looked into branca code and found that secret key is set as module attribute, which will be set on compile time. so with this application will try to fetch...