I'm trying to integrate Kick OAuth for my application, but the authorization endpoint is not working.
The URL I used:
https://id.kick.com/oauth2/authorize?client_id=MY_CLIENT_ID&redirect_uri=http://localhost:5000/callback&response_type=code
When I try to access this URL, I get a 404 error (Page Not Found).
Steps to Reproduce
- Created an app in Kick Developer portal.
- Added
http://localhost:5000/callback as my redirect URI.
- Used the authorization URL above.
- Got a 404 error instead of a login page.
Expected Behavior
- The Kick OAuth authorization page should open and prompt the user to log in.
Actual Behavior
- Instead, I get a 404 error.
Additional Information
- I followed the documentation here but it doesn't seem to be working.
- I contacted Kick support, and they advised me to report it here.
Any updates or fixes would be appreciated!