Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also support --disableCookieValidation when we createResourceRoutes. #975

Commits on May 4, 2020

  1. Also support --disableCookieValidation when we createResourceRoutes.

    __This should close dherault#974 by forward porting my v5 solution from https://github.com/dherault/serverless-offline/pull/863__.
    
    Requests to `resourceRoutes` created behind an API Gateway Proxy (i.e., running with `--resourceRoutes`) would fail due to hapi just exploding on the cookie validation.
    
    This just rips off the strategy in dherault#513 (specifically dherault@5d9a67a) and dherault#863
    
    Much of the credit here goes to @cassiohub (@cassiohubner on GitLab).
    randytarampi committed May 4, 2020
    Copy the full SHA
    cba41e2 View commit details
    Browse the repository at this point in the history