Creation of asset "Godot OAuth2 Server" Rejected

New/Edit
Title Godot OAuth2 Server
Description A simple Godot addon to run a local HTTPS server, designed specifically to capture OAuth 2.0 authorization codes and states from a redirect callback on `localhost`. This is useful for desktop applications implementing OAuth flows (like Authorization Code with PKCE) where the redirect URI is `https://127.0.0.1:{port}/{path}`.

This addon allows you to configure the listening port and paths to your SSL/TLS certificate and key directly in the Godot Editor Inspector when you add the `OAuthCallbackListener` node to your scene.
Category Scripts
License MIT
Repository Provider GitHub
Repository Url https://github.com/gk98s/godot-oauth2-server
Issues Url https://github.com/gk98s/godot-oauth2-server/issues
Godot version Godot 4.0
Version String 1.0
Download Commit d5b55676c14ee84a105a9d001eafcf0e54d5f115
Download Url (Computed) https://github.com/gk98s/godot-oauth2-server/archive/d5b55676c14ee84a105a9d001eafcf0e54d5f115.zip
Icon Url https://github.com/gk98s/godot-oauth2-server/blob/master/godot-oauth-server-logo.png