10 Commits

Author SHA1 Message Date
Roman Shtylman
6ad05c5a7c README markdown formatting 2012-06-03 18:29:06 -04:00
Roman Shtylman
10381a3a88 update README formatting for API 2012-06-03 18:27:32 -04:00
Roman Shtylman
022ef8d128 add migrating from 1.x to 2.x to readme 2012-06-03 18:15:56 -04:00
Roman Shtylman
6c4ac1e94d cleanup README
- move license section to separate file
- remove examples, api documentation is enough for now
2012-06-03 18:01:30 -04:00
Roman Shtylman
ad29941dab add google auth example/details to readme
Basic example on using `thirty-two` module to do base32 encoding and
creating a barcode URI
2012-06-03 15:57:43 -04:00
Roman Shtylman
cfa2ecddb1 rework api
make two subobjects `hotp` and `totp` with gen and verify methods
2012-06-01 00:33:55 -04:00
Roman Shtylman
e633d857fd update readme with new argument names 2012-06-01 00:08:40 -04:00
Roman Shtylman
9344bad009 rename arguments
There is no need for single letter arguments, they just make reading the
code more confusing. The spec uses them to avoid typing longer words all
over the place but we don't have as much code to produce.

- P -> token
- W -> window
- K -> key
- C -> counter
- T -> time
2012-06-01 00:04:21 -04:00
Roman Shtylman
f78995f498 update README
api changes
2012-05-31 23:48:03 -04:00
Guy Halford-Thompson
dac00027c4 Commit for version 1.1.2 2011-10-02 18:08:30 -07:00