Security + Identity

Secure access for admins and users, built for modern PHP workflows.

Argon2id password hashing, CSRF protection, JWT access tokens, rotating refresh tokens, RBAC, and session-backed route protection are now first-class parts of the Peanech platform.

Hashing

Argon2id

Passwords are stored with modern memory-hard hashing.

Tokens

JWT + Refresh

Short-lived access tokens and rotating refresh cookies.

Authorization

RBAC

Role and permission checks guard every admin route.

Admin Route

http://localhost:8000/admin/

User Routes

/login and /register

New Account

Create your account

Register a user account with secure Argon2id password hashing and CSRF protection.

Registration includes email verification, CSRF protection, and session tracking from the start.

Already have an account? Sign in here.