apache / openwhisk-apigateway

Apache OpenWhisk API Gateway service for exposing actions as REST interfaces.
https://openwhisk.apache.org/
Apache License 2.0
64 stars 45 forks source link

Ensure OAuth tokens haven't expired #262

Closed mhamann closed 6 years ago

mhamann commented 6 years ago

When checking the validity of OAuth tokens, the gateway should ensure that it checks the expiration time after verifying the signature. Tokens whose expiration time has passed should be rejected.