hello.js icon indicating copy to clipboard operation
hello.js copied to clipboard

Amazon - Dealing with the Implicit Grant Depreciated Issue / implementing Authorization code grant

Open mark-ellul opened this issue 4 years ago • 1 comments

Hi Everyone

It seems that Amazon has depreciated the implicit grant approach.

https://developer.amazon.com/es/docs/login-with-amazon/implicit-grant.html#deprecation-notice

Has anyone got hello js working with the new Authorization Code grant approach?

https://developer.amazon.com/es/docs/login-with-amazon/authorization-code-grant.html

Any pointers or helpers?

Regards Mark

mark-ellul avatar Dec 15 '20 14:12 mark-ellul

PKCE support would indeed be great. It's pretty easy to implement - see here and here for example.

ThiefMaster avatar Feb 16 '21 13:02 ThiefMaster