Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
danizen committed Dec 6, 2018
1 parent 24184dd commit 1786b0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@ Provides objects that behave like strings or other types, which are backed by th
Includes these types:

- `confsecrets.secrets.BaseSecret` - A base secret simply knows how to set and get its value from a vault. If no vault is provided, it uses the `DefaultVault`.
- `confsecrets.secrets.Secret` - A secret that behaves like a string in string contexts.
- `confsecrets.secrets.Secret` - A secret that behaves like a string in string contexts, a bool in bool contexts, and so on.

## `djsecrets`

Implements a Django application for secret management:

Includes these management commands:

- newsalt - Generates a new random salt for encryption
- listsecrets - lists all secrets in the vault
- putsecret - Save a secret and its value into the vault
- getsecret - Gets the value of a single secret from the vault
Expand Down

0 comments on commit 1786b0c

Please sign in to comment.