Skip to content

Commit

Permalink
Change default access token method to POST
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Feb 28, 2015
1 parent 069b2f4 commit 7e0dcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_oauthlib/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def access_token_params(self):

@cached_property
def access_token_method(self):
return self._get_property('access_token_method', 'GET')
return self._get_property('access_token_method', 'POST')

@cached_property
def content_type(self):
Expand Down

0 comments on commit 7e0dcfa

Please sign in to comment.