Hello.
I’m using implicit auth type flow, but when I try to send request from http://localhost:4200 to https://id.twitch.tv/oauth2/authorize?[parameters], I always get the CORS error
I do it locally, without any backend implementation.
redirect_uri in developer console: http://localhost:4200/
Could you please explain what I’m doing wrong?