AJ ONeal
dea8d6b948
auto-update banner
2016-12-30 02:38:11 -07:00
AJ ONeal
275e43337e
auto-update ad
2016-12-30 00:55:31 -07:00
AJ ONeal
9768a6e914
Update Readme.md
2016-11-25 10:46:48 -07:00
AJ ONeal
75ff2f0244
bump
v3.0.2
2015-10-23 03:19:46 -07:00
AJ ONeal
8841322eff
try/catch WebCrypto to forge
2015-10-23 03:19:41 -07:00
AJ ONeal
d02fd1bbf3
bump
v3.0.1
2015-10-23 00:31:35 -07:00
AJ ONeal
4161310ed2
use binary string instead of Uint8Array for forge
2015-10-23 00:31:16 -07:00
AJ ONeal
ef6631ec87
bump fork to 3.0.0
v3.0.0
2015-10-22 21:33:12 -07:00
AJ ONeal
4c2906ba75
update email
v1.0.0
2015-10-22 21:29:50 -07:00
AJ ONeal
92b6b34545
browser fork
2015-10-22 21:27:58 -07:00
AJ ONeal
9358117c4b
browser fork
2015-10-22 21:27:32 -07:00
AJ ONeal
639bffbd8b
browser fork
2015-10-22 21:22:21 -07:00
Guy Halford-Thompson
bbdf82a34e
Merge pull request #32 from coolaj86/patch-4
...
lint fix: move functions above usage
2015-10-07 20:00:52 -07:00
Guy Halford-Thompson
7affcb53d6
Merge pull request #31 from coolaj86/patch-3
...
add 'use strict';
2015-10-07 20:00:12 -07:00
AJ ONeal
e9d003f541
lint fix: move functions above usage
...
just moving the helper functions so jslint and similar don't complain.
2015-10-07 11:08:13 -07:00
AJ ONeal
483310097e
add 'use strict';
...
There are no strict violations in this code, so it makes sense to let people who are examining the code know right up front that this code already meets many of the most important code quality standards and that no changes that decrease the code quality should be made.
2015-10-07 11:05:12 -07:00
Guy Halford-Thompson
f98cbb89f7
Merge pull request #28 from coolaj86/patch-1
...
use Date.now() instead of new Date().getTime()
2015-10-06 15:52:37 -07:00
AJ ONeal
eb1d1a5f0e
use Date.now() instead of new Date().getTime()
...
For more idiomatic JavaScript.
2015-10-06 14:46:49 -07:00
Guy Halford-Thompson
2805ca2647
Merge pull request #26 from tonylukasavage/patch-2
...
fix readme.md markdown so it renders properly on npmjs.com
2015-08-07 11:49:18 -07:00
Guy Halford-Thompson
3db472249f
Merge pull request #27 from homakov/patch-1
...
Fix bug when v is < 1000000 and substr fails
2015-08-07 11:48:56 -07:00
Egor Homakov
1ca7eb1739
Fix bug when v is < 1000000 and substr fails
...
For v less 1m e.g. 12345 previous code would try to get substr(-1,6). This happens once in 2130 attempts.
2015-08-05 22:41:47 +03:00
Tony Lukasavage
1b9470c6ea
fix readme.md markdown so it renders properly on npmjs.com
2015-07-15 09:09:12 -04:00
Guy Halford-Thompson
ce0175437a
Merge pull request #25 from tonylukasavage/patch-1
...
remove unnecessary semicolon
2015-05-05 13:01:58 -07:00
Tony Lukasavage
39d027fd0b
remove unnecessary semicolon
2015-05-05 15:53:56 -04:00
Guy Halford-Thompson
6fb90e522c
Merge pull request #24 from sdenel/patch-2
...
Update index.js
2015-04-14 09:38:02 -07:00
Simon DENEL
14a4fdf7fd
Update index.js
...
A little optimization trick: hex.length will not change, so we can avoid to evaluate it each time we loop.
2015-04-11 15:42:28 +02:00
Guy Halford-Thompson
10305efe0c
Merge pull request #23 from damianb/patch-1
...
Update Google Authenticator links
2015-03-16 22:46:59 -07:00
Damian Bushong
14179caf4d
Update Google Authenticator links
...
Google Authenticator has moved to github; this pr reflects the move and the updated URIs.
2015-03-16 18:24:21 -05:00
Guy Halford-Thompson
ba0a67b926
Merge pull request #22 from sdenel/patch-1
...
Update Readme.md
2015-03-11 14:54:22 -07:00
Simon DENEL
dff3563b56
Update Readme.md
2015-03-11 19:51:35 +01:00
Guy Halford-Thompson
fec9bf31d3
Merge pull request #20 from one-time-password/master
...
add thirty-two to dev-dependencies
2014-11-06 09:39:58 -08:00
alfred sang
c5b8e541bd
add thirty-two to dev-dependencies
2014-11-06 19:37:19 +08:00
Guy Halford-Thompson
e34d1b937b
Bump release to 2.0.3
2014-10-13 17:14:56 -07:00
Guy Halford-Thompson
266e0f3ece
Merge pull request #17 from thedufer/master
...
Make `opt` optional, as the docs describe
2014-10-13 17:13:12 -07:00
Aaron Dufour
1556427b39
tests for not passing opt
...
we just want those to not throw an error,
which is why there's no assertions
2014-09-12 16:11:30 -04:00
Aaron Dufour
a653c7e624
default opt to {} where appropriate
2014-09-12 16:08:20 -04:00
Guy Halford-Thompson
66f1f0fe3f
Merge pull request #15 from martinvl/master
...
Fixed issue with hash algorithm using Browserify
2014-09-03 10:06:36 -07:00
Martin Vonheim Larsen
22e48620d1
Fixed issue with hash algorithm using Browserify
...
Fixes #14 .
2014-08-23 12:32:08 +02:00
Guy Halford-Thompson
1aed728dd4
Merge pull request #13 from aw/google-authenticator
...
Replace the equal signs in base32 string
2014-08-12 09:49:09 -07:00
Alex Williams
1662edf203
Replace the equal signs in base32 string
2014-08-11 10:23:28 +00:00
Guy Halford-Thompson
3c9391bc36
Merge pull request #12 from fuzzie360/master
...
Make verify() follow the specs and actually return null on failure
2014-06-12 16:03:26 -07:00
Fazli Sapuan
0154ab839b
Make verify() follow the specs and return null
2014-06-09 13:58:19 +08:00
Guy Halford-Thompson
d10c328292
Merge pull request #9 from freewil/throw-time-overwrite
...
throw if trying to overwrite time in non-test env
2014-04-09 09:08:57 -07:00
Guy Halford-Thompson
37d2ea17f8
Pushing version 2.0.2
2014-04-08 22:43:03 -07:00
Guy Halford-Thompson
b3431b264d
Merge pull request #8 from freewil/modernize
...
Modernize
2.0.2
2014-04-08 22:37:32 -07:00
freewil
f53ba3822c
throw if trying to overwrite time in non-test env
2014-04-07 04:15:49 -07:00
freewil
3873e43f39
replace expresso with mocha
2014-04-07 03:22:46 -07:00
freewil
caf0093c2c
remove node v0.4.x support
2014-04-07 03:22:46 -07:00
Guy Halford-Thompson
34cc6a605a
Merge pull request #6 from jpf/master
...
I fixed up the documentation a little bit.
2013-03-27 17:33:21 -07:00
Joël Franusic
e977ceaa68
minor documentation changes
2013-03-27 17:23:07 -07:00