Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thedewpoint committed Jan 3, 2018
1 parent bb3e9fd commit 86db236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ iotauth is a 2fa module built on iota's tangle ledger. Sites wishing to implemen
3. site or app stores users' seed as well.
4. user attempts to log in to site
5. site presents user with a generated code
6. user must send a 0 value transaction to their own public address (without reusing an address) containing the code provided by the site.
6. user must send a 0 value transaction to their own public address (without reusing an address) containing the code provided by the site in json format {code: 'verificationcode'}.
7. The transaction must be sent within the timeframe specified by the site or application (Defaults to infinity)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iota-auth",
"version": "1.0.3",
"version": "1.0.4",
"description": "2fa module using iota's tangle as the backend",
"license": "MIT",
"repository": "https://github.com/thedewpoint/iotauth.git",
Expand Down

0 comments on commit 86db236

Please sign in to comment.