Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
The default is a 32-character hex string, which encodes 128 bits of information.
  • Loading branch information
skomanduri committed Dec 2, 2015
1 parent fa4820c commit 8256e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8256e76

Please sign in to comment.