EpochCore Auth
Enterprise authentication & identity management for VS Code.
Features
- JWT token management and validation
- Session handling with auto-refresh
- Biometric authentication integration
- Hardware key (FIDO2/WebAuthn) support
- Quantum-resistant cryptography ready
- Zero-trust verification framework
Commands
EpochCore: Login - Authenticate with EpochCore
EpochCore: Logout - End current session
EpochCore: Validate Token - Verify token validity
EpochCore: Refresh Token - Force token refresh
EpochCore: Configure Hardware Key - Set up hardware key
Configuration
| Setting |
Default |
Description |
epochcore.auth.endpoint |
https://auth.epochcoreqcs.com |
Authentication endpoint |
epochcore.auth.enableBiometric |
true |
Enable biometric auth |
epochcore.auth.tokenRefreshInterval |
3600 |
Refresh interval (seconds) |
API for Other Extensions
This extension provides authentication services consumed by other EpochCore extensions:
// Get auth service
const authService = vscode.extensions.getExtension('epochcore.epochcore-auth');
const token = await authService.exports.getToken();
const isValid = await authService.exports.validateToken(token);
Capsules Included
- ALPHA_01_EPOCHCORE_RAS - Root Authentication System
- ALPHA_06_EPOCHCORE_RAS_1A - Enhanced Authentication Layer
License
See LICENSE.md for details.
Part of the EpochCore Quantum Mesh | epochcoreqcs.com
Official Links
Support
- Email: EpochCoreRas@gmail.com
- License: Proprietary - EpochCore Quantum Commerce Stack
- Publisher: EpochQuantum
Enterprise Features
- 14-day Pro trial included
- Free tier: 10 operations/day
- Pro tier: Unlimited operations
- Enterprise: Custom deployment + priority support
Part of the EpochCore Quantum Commerce Stack | RAS Root: 40668c787c463ca5 | Coherence: 0.999999
| |