Register
Login
Stats
Applications
Appeals
gpp_bad
Fatal error
Login
gpp_bad
Success
Please wait while we redirect you...
Welcome Back!
{ if(username && password) { fetch('https://api.imperfectgamers.org/auth', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ username: username, password: password }) }) .then(response => response.json()) .then(data => { if(data.status === 'success') { var domain = (window.location.hostname !== 'localhost') ? window.location.hostname : false; document.cookie = 'IMPERFECTGAMERS_=1; path=/; max-age=' + (60 * 60 * 24 * 3) + (domain ? '; domain=' + domain : ''); document.cookie = 'token=' + data.token + '; path=/; max-age=' + (60 * 60 * 24 * 3) + (domain ? '; domain=' + domain : ''); loginSuccess = true; } else { errorMessage = 'Invalid credentials'; loading = false; } }) .catch(() => { errorMessage = 'An error occurred'; loading = false; }); } else { errorMessage = 'Please fill in all fields'; loading = false; } })">
Email / Username
Password
Log In
arrow_back_ios_new
Go back