Skip to content

Releases: Deepractice/EdgeAuth

EdgeAuth 0.1.1

13 Oct 12:33
c97a832

Choose a tag to compare

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

13 Oct 00:26

Choose a tag to compare

🚀 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-db database 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:

  1. ✅ Create/get D1 database
  2. ✅ Apply migrations
  3. ✅ Configure Worker secrets
  4. ✅ Deploy all 4 services

Ready for production! 🎉