ampproject / wg-amp4email

Responsible for the AMP4Email project. Facilitator: @nainar
Creative Commons Attribution 4.0 International
56 stars 14 forks source link

amp-autocomplete: should not fetch data if min-characters constraint is not satisfied. #26

Open dadhichaditya opened 2 years ago

dadhichaditya commented 2 years ago

As observed:

Also, what kind of security measures should be taken to avoid any misuse of API's. Read this but there is not example for implementing this #19

zhangsu commented 2 years ago

ideally, min-characters value should be honoured before fetching remote data.

Good idea! Agreed.

Also, what kind of security measures should be taken to avoid any misuse of API's. Read this but there is not example for implementing this https://github.com/ampproject/wg-amp4email/issues/19

We never got around to implementing that proposal. The current recommendation is still just https://amp.dev/documentation/guides-and-tutorials/learn/email_fundamentals/#authenticating-requests.