Developer Portal

Secure access to the admin dashboard. Enter your developer email to receive a one-time password.

// Admin authentication protocol v2.4
// OTP will be sent via secure channel
// Session expires in 15 minutes
if (admin_access_granted) { redirect('/admin'); }