https://github.com/harmon25/phoenix_vault_login
Login to vault with elixir
https://github.com/harmon25/phoenix_vault_login
Last synced: 26 days ago
JSON representation
Login to vault with elixir
- Host: GitHub
- URL: https://github.com/harmon25/phoenix_vault_login
- Owner: harmon25
- License: mit
- Created: 2016-02-24T18:44:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T19:40:43.000Z (over 10 years ago)
- Last Synced: 2024-04-17T03:08:49.885Z (about 2 years ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VaultLogin
- Elixir package exposing an `auth: 2` function taking a username and password returning tuple
`{:ok, authInfo}` if login is sucessful.
- Locates Vault via `VAULT_ADDR` environment variable.
## Installation
1. Add phoenix_vault_login to your list of dependencies in `mix.exs`:
def deps do
[{:phoenix_vault_login, git: "git://github.com/harmon25/phoenix_vault_login.git"}]
end