Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
Provide default token name to restore default behaviour
Browse files Browse the repository at this point in the history
Fixes gh-297, fixes gh-296
  • Loading branch information
Dave Syer committed Nov 10, 2014
1 parent 79dd8cb commit 17babbe
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ public class RemoteTokenServices implements ResourceServerTokenServices {

private String clientSecret;

private String tokenName;
private String tokenName = "token";

private AccessTokenConverter tokenConverter = new DefaultAccessTokenConverter();

Expand Down

0 comments on commit 17babbe

Please sign in to comment.