Skip to content

Python decorator for make simple security check by application id. This decorator for use with GAE webapp2 handlers.

Notifications You must be signed in to change notification settings

fedyunin/appIdSecurity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Google Appengine Application ID security.
Decorator for secure inter-app communication. Just check if caller app id included to allowed access list.

Decorator:
@appIdSecurity(allowedAppIds)
- where allowedAppIds is list of appIds which allowed to make requests.

Example of allowedAppIds:
allowedAppIds={"appId1","appId2"}

For skip app id security just add '*' to allowedAppIds.

Decorator:
@appIdSecurityForEndpoints
- for use with google cloud endpoints methods.

About

Python decorator for make simple security check by application id. This decorator for use with GAE webapp2 handlers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages