Skip to content

Commit

Permalink
- bump to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Feb 11, 2019
1 parent 43a1617 commit b453e5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions oauth2_provider/oauth2_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,6 @@ def validate_bearer_token(self, token, scopes, request):
self._set_oauth2_error_on_request(request, access_token, scopes)
return False
except AccessToken.DoesNotExist:
import traceback
traceback.print_exc()

# there is no initial token, look up the token
if introspection_url and (introspection_token or introspection_credentials):
access_token = self._get_token_from_authentication_server(
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[metadata]
name = geonode-oauth-toolkit
version = 1.1.2c
version = 1.1.3
description = OAuth2 Provider for Django/GeoNode
author = Federico Frenguelli, Massimiliano Pippi, Alessio Fabiani
author_email = [email protected]
url = https://github.com/GeoNode/geonode-oauth-toolkit
download_url = https://github.com/GeoNode/geonode-oauth-toolkit/tarball/master
keywords = django, oauth, oauth2, oauthlib
classifiers =
Development Status :: 5 - Production/Stable
Expand Down

0 comments on commit b453e5d

Please sign in to comment.