Implicit Code Flow Samples
First of all, thank you for providing developers with valuable tools and apis for twitch. I greatly appreciate the code samples that were provided, however I noticed that there was only a code sample for the authorization code flow. I feel that developers would greatly benefit from examples of how best to work with the implicit code flow. I know this has been an issue for me. For example, if you create an electron application with a modern javascript framework that manages routing, the redirect part of code flow becomes a sticking point. Most of them will use localhost for development, but will use more file oriented addresses like app://./index.html for production. Therefore apis that work on redirect urls become very difficult to work around. Perhaps, the idea of using the implicit code flow for applications like these is unadvised, but it seems to be the preferred choice according to the docs. I feel a code sample could help give guidance on this issue. Kind regards.