Start JEF Store Google login¶
Summary¶
Source repository:
jef-systems/jef-store-backendSource SHA:
07d2489d50cb131c466864ee7efe8e81fa498460Source run id:
30743812576Module:
StoreLambda function:
jef-store-start-google-loginHTTP method:
GETInvocation mode:
syncPackage mode:
no-packageAPI category:
Store Complex Sync No Package GET APIsAPI path:
/store/complex-sync-no-packages/auth/google/startEndpoint URL:
https://api.jefoffice.com/store/complex-sync-no-packages/auth/google/startDocumentation scope:
lambda-complex-sync-no-packages
Synchronous Lambda Complex Rule¶
This API is documented as a synchronous Lambda complex no-package API. API Gateway waits for the Lambda result and returns the final Lambda response.
Description¶
Creates a single-use PKCE transaction and redirects the browser to Amazon Cognito Google login.
Payload Example¶
{
"return_to": "/account"
}
Payload Schema¶
{
"root": {
"type": "M",
"required": true,
"additional_properties": false,
"attributes": {
"return_to": {
"type": "S",
"required": false,
"description": "Safe same-origin path used after login.",
"max_length": 2048,
"example": "/account"
}
}
}
}
Response Schema¶
{
"root": {
"type": "M",
"required": true,
"additional_properties": false,
"attributes": {}
}
}
CMD curl¶
curl.exe -X GET "https://api.jefoffice.com/store/complex-sync-no-packages/auth/google/start"
PowerShell curl¶
curl.exe -X GET "https://api.jefoffice.com/store/complex-sync-no-packages/auth/google/start"