Project Type: WordPress Plugins

Admin Access Control

Administrative access control system providing team member management, permission overrides, and network-wide admin functionality for the Extra Chill Platform. Team Member System Team Member Detection // Check if user is...

API Endpoints

REST API endpoints providing user management, authentication, profile data, and social features for the Extra Chill Platform users system. Authentication Endpoints User Login POST /extrachill/v1/auth/login Request Body: { "email": "[email protected]",...

Authentication Tokens

JWT-based authentication token system providing secure API access and browser handoff functionality for the Extra Chill Platform. Token System Overview Token Types Bearer Tokens: Standard API authentication Handoff Tokens: Cross-domain...

Authentication System

Core authentication functionality providing login, registration, password reset, and cross-site authentication for the Extra Chill Platform. Login System User Login Process // Handle login request if (isset($_POST['extrachill_login'])) { $email =...

User Badges

Badge system providing achievement recognition, user engagement incentives, and visual status indicators across the Extra Chill Platform. Badge Categories Achievement Badges // Achievement-based badges function ec_get_achievement_badges() { return [ 'first_post'...

Browser handoff (app → browser)

The browser handoff system lets a user authenticate in a non-browser client (e.g., the mobile app) and then bootstrap a WordPress cookie session in a real browser using a short-lived,...

Google OAuth Integration

Social authentication system providing Google OAuth integration for user registration and login across the Extra Chill Platform. OAuth Configuration Google Service Setup // Google OAuth service configuration function extrachill_get_google_oauth_config() {...

Changelog

[0.7.20] - 2026-04-26 Fixed harden Google sign-in render race and consolidate from_join source [0.7.19] - 2026-04-26 Fixed auto-link Google OAuth on verified email match instead of returning a dead-end 409...

Unified Registration + Onboarding + Social Login

Status: Google OAuth + onboarding implementation exists; Apple OAuth and mobile-app phases are not implemented in this plugin. This document describes a proposed unified onboarding plan. Only the Google OAuth...

Extra Chill Users Plugin – Documentation Index

Comprehensive user management system providing authentication, profiles, gamification, and social features for the Extra Chill Platform multisite network. Quick Start Installation The plugin is network-activated across all sites in the...

← Back to Chubes.net