Skip to content

Commit

Permalink
Merge pull request doorkeeper-gem#759 from skomanduri/patch-1
Browse files Browse the repository at this point in the history
Fix README.md
  • Loading branch information
tute committed Dec 2, 2015
2 parents fa4820c + 8256e76 commit 59cd234
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 59cd234

Please sign in to comment.