I would like to call the API from the Front-End only (JavaScript). From what I understand, this is generally possible through the Implicit Grant Flow: https://tools.ietf.org/html/rfc6749#s...
I do not understand this to its full extent, and I wonder: * Is this currently possible? If yes, how would I go about implementing it? * Would the Goodreads API have to implement Implicit Grant Flow on its side before I could implement it on my side (client)? * Does the implicit grant flow require Goodreads to have OAuth 2.0 implemented? If yes, is it implemented?
I would like to call the API from the Front-End only (JavaScript). From what I understand, this is generally possible through the Implicit Grant Flow: https://tools.ietf.org/html/rfc6749#s...
I do not understand this to its full extent, and I wonder:
* Is this currently possible? If yes, how would I go about implementing it?
* Would the Goodreads API have to implement Implicit Grant Flow on its side before I could implement it on my side (client)?
* Does the implicit grant flow require Goodreads to have OAuth 2.0 implemented? If yes, is it implemented?
Thanks!