Skip to content

Commit

Permalink
Bump geonode-oauth-toolkit from 1.3.1 to 1.1.4.1rc0 (#4745)
Browse files Browse the repository at this point in the history
*  Bump geonode-oauth-toolkit to version 1.1.4.5
  • Loading branch information
Alessio Fabiani committed Aug 19, 2019
1 parent 2aeb14d commit 6aecd51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions geonode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,11 @@
g+gp5fQ4nmDrSNHjakzQCX2mKMsx/GLWZzoIDd7ECV9f
-----END RSA PRIVATE KEY-----"""
}
OAUTH2_PROVIDER_ACCESS_TOKEN_MODEL = 'oauth2_provider.AccessToken'
OAUTH2_PROVIDER_APPLICATION_MODEL = 'oauth2_provider.Application'
OAUTH2_PROVIDER_REFRESH_TOKEN_MODEL = 'oauth2_provider.RefreshToken'
OAUTH2_PROVIDER_ID_TOKEN_MODEL = 'oauth2_provider.IDToken'

# In order to protect oauth2 REST endpoints, used by GeoServer to fetch user roles and
# infos, you should set this key and configure the "geonode REST role service"
# accordingly. Keep it secret!
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ django-guardian<=1.4.9
django-downloadview<=1.9
django-polymorphic==2.1.2
django-tastypie<=0.14.0
oauthlib==3.0.2
oauthlib==3.1.0
pyopenssl==19.0.0

# geopython dependencies
Expand All @@ -64,7 +64,7 @@ django-autocomplete-light==2.3.3 # pinned because >=2.3.4 throw an exception on
django-basic-authentication-decorator==0.9
django-leaflet==0.24.0
django-invitations<=1.9.2
geonode-oauth-toolkit==1.1.3
geonode-oauth-toolkit==1.1.4.5

# GeoNode org maintained apps.
django-geoexplorer==4.0.43
Expand Down

0 comments on commit 6aecd51

Please sign in to comment.