Skip to content

Godot OAuth 2.0 Plugin

A Godot plugin that provides a unified GDScript interface for OAuth 2.0 authentication flows on Android and iOS.

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 iOS
  • Built-in provider presets (Google, Apple, GitHub, Discord, Auth0)
  • Custom OAuth2 provider support
  • PKCE (Proof Key for Code Exchange) support
  • Deep link–based redirect handling
  • Secure token storage via native platform plugins
  • Session-based token management
  • Editor-friendly configuration via exported properties