Getting Started
Introduction
What is Misar IO and how does it power the Misar ecosystem?
Introduction
Misar IO is the identity and authentication hub for all Misar products. Built on misar.io with the auth hub at id.misar.io, it provides:
- Centralized login — one account for all Misar products
- Single Sign-On (SSO) — seamless access across
*.misar.iosubdomains - Cross-domain SSO — token-based auth for
misar.dev,misar.blog, etc. - OAuth & API Keys — for developers building on top of Misar
Products in the Ecosystem
| Product | Domain | Description |
|---|---|---|
| Corporate | misar.io | Marketing & landing pages |
| Identity Hub | id.misar.io | Login, signup, account management |
| Misar Dev | misar.dev | AI code generation platform |
| Misar Blog | misar.blog | Blogging platform |
| Misar Mail | mail.misar.io | Email marketing platform |
How Authentication Works
Any product under the Misar ecosystem.
The app checks for a valid session cookie or token.
If no session exists, the user is redirected to the identity hub to log in.
After login, session cookies are set for *.misar.io (same-TLD SSO) or a token is issued for cross-TLD products.