cengiz-pz
Android OAuth 2.0 Plugin
A Godot plugin that provides a unified GDScript interface for OAuth 2.0 authentication flows on Android.It supports popular OAuth providers via presets (Google, Apple, GitHub, Discord, Auth0) as well as fully custom OAuth2 providers, with built-in PKCE, deep link handling, and secure token storage through native platform integrations.Key Features:Unified OAuth 2.0 API for Android and iOSBuilt-in provider presets (Google, Apple, GitHub, Discord, Auth0)Custom OAuth2 provider supportPKCE (Proof Key for Code Exchange) supportDeep link–based redirect handlingSecure token storage via native platform pluginsSession-based token managementEditor-friendly configuration via exported propertiesInstallation Steps:- click `Download` button- on the installation dialog...-> keep `Change Install Folder` setting pointing to your project's root directory-> uncheck `Ignore asset root` checkbox-> click `Install` button- enable the plugin via `Project->Project Settings...->Plugins` in the Godot Editor- for usage info, see https://github.com/cengiz-pz/godot-android-deeplink-plugin/blob/main/README.md