IoTReady / flutter-aws-appsync

AWS AppSync plugin for flutter
GNU Lesser General Public License v3.0
1 stars 1 forks source link

ApiKey support #1

Open AlexHladin opened 3 years ago

AlexHladin commented 3 years ago

AWS AppSync supports different authorization methods, like ApiKey, Lambda, IAM, etc. image

It will be good to add ApiKye support at least for now.

My suggestion: Remove required parameter here and add additional non required parameter apiKey.

At the line 125 add checking are one of the keys that exist. Otherwise, throw an error.

tejpochiraju commented 3 years ago

@AlexHladin - we don't actively use this plugin any longer but we are open to PRs and new maintainers.