From 8256e76609b62df6d42d644e2ebb237de418376f Mon Sep 17 00:00:00 2001 From: Saranga Komanduri Date: Wed, 2 Dec 2015 12:13:05 -0600 Subject: [PATCH] Update README.md The default is a 32-character hex string, which encodes 128 bits of information. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7dc97cee..45ed7fae0 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ have both `:admin` and `:write` scopes. ### Custom Access Token Generator -By default a 32 bit access token will be generated. If you require a custom +By default a 128 bit access token will be generated. If you require a custom token, such as [JWT](http://jwt.io), specify an object that responds to `.generate(options = {})` and returns a string to be used as the token.