Skip to content

Commit

Permalink
Hex 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Jan 11, 2021
1 parent 57e93bf commit 928aa91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ And for a server:
retrieve_mechanism => fun(Username) -> MoreConfig end}
```

*NOTE*: SCRAM requires the username and password to be Normalized using the SASLprep profile of the
stringprep algorithm. Stringprepping algorithms would introduce a dependency to this repository that
I didn't want to, so it is left to the user of this plugin to provide stringprepped binaries from
the get-go.

The first and most important key is the `entity` key,
which takes two values: `client` or `server`.
The next necessary key is the negotiated `hash_method`,
Expand Down
2 changes: 1 addition & 1 deletion src/fast_scram.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, fast_scram,
[{description, "A fast Salted Challenge Response Authentication Mechanism"},
{vsn, "0.1.0"},
{vsn, "0.2.0"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 928aa91

Please sign in to comment.