← Back to Blog
SWIP: Building a Unified Identity Platform
# SWIP: Building a Unified Identity Platform
Managing authentication across 90+ web applications is a solved problem if you plan for it from the start.
## What SWIP Is
SWIP (MelTuc Identity Platform) is a Flask-Login based auth system providing single sign-on across all MelTuc apps, per-blueprint access control, admin/standard/restricted user roles, and secure registration with email verification.
## EVE SSO Integration
EVE Online apps extend SWIP with ESI OAuth2. After SWIP login, users link EVE characters whose access tokens are used for all ESI API calls.