Releases: Deepractice/EdgeAuth
Releases · Deepractice/EdgeAuth
EdgeAuth 0.1.1
EdgeAuth 0.1.1
What's Changed
See CHANGELOG.md for details.
Deployment
This release will be automatically deployed to Cloudflare Workers.
EdgeAuth v0.1.0 - First Production Release
🚀 EdgeAuth v0.1.0 - First Production Release
📦 Features
- ✅ User Authentication (Register, Login, JWT)
- ✅ SSO Session Management
- ✅ OAuth 2.0 Provider (Authorization Code Flow)
- ✅ Admin API
- ✅ Single Database Architecture (Cloudflare D1)
- ✅ Automated CI/CD Pipeline
🏗️ Architecture
- Single
edgeauth-dbdatabase with all tables - Cloudflare native migrations (automatic tracking)
- 4 Workers: admin-api, account-api, sso-api, oauth-api
- Fully automated deployment via GitHub Actions
🔐 Security
- PBKDF2 password hashing with Web Crypto API
- HS256 JWT tokens
- Secure session management
- All secrets centrally managed via GitHub Secrets
📚 Documentation
- Complete deployment guide
- Architecture documentation
- API documentation
- Migration management
🎯 Deployment
This release will automatically deploy to Cloudflare Workers:
- ✅ Create/get D1 database
- ✅ Apply migrations
- ✅ Configure Worker secrets
- ✅ Deploy all 4 services
Ready for production! 🎉