Authentication
TunnelAPI supports multiple authentication methods.
Supported Methods
| Method | Description |
|---|---|
| Email/Password | Traditional authentication |
| Google OAuth | Sign in with Google |
| GitHub OAuth | Sign in with GitHub |
| Microsoft OAuth | Sign in with Microsoft |
| SAML 2.0 | Enterprise SSO |
Web Dashboard
Sign in at tunnelapi.in:
- Click "Sign In"
- Choose your authentication method
- Complete the authentication flow
CLI Authentication
arm login
Choose from interactive menu or specify provider:
arm login --provider google
arm login --provider github
arm login --provider microsoft