cityofaustin / ctxfloods

Central Texas Floods
11 stars 5 forks source link

Fix Lokka Authentication #461

Closed Niicck closed 5 years ago

Niicck commented 5 years ago

Lambda lokkas to /graphql throw errors now.

{
    "statusCode": 200,
    "body": "{\"errors\":[{\"message\":\"Bad Authentication\",\"locations\":[{\"line\":3,\"column\":7}],\"path\":[\"authenticate\"]}],\"data\":{\"authenticate\":null}}",
    "headers": {
        "access-control-allow-origin": "*",
        "content-type": "application/json; charset=utf-8",
        "date": "Tue, 05 Feb 2019 18:59:41 GMT",
        "connection": "close",
        "content-length": "134"
    },
    "isBase64Encoded": false
}
Niicck commented 5 years ago

Fixed through database work