-
Notifications
You must be signed in to change notification settings - Fork 0
fedyunin/appIdSecurity
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published