Make Cryden accessible from any language via REST and gRPC.
- Phase: Planning (waiting for core v1)
- Progress: 0%
- Target: After cryden v1.0.0
- REST API endpoints
- gRPC server
- OpenAPI/Swagger docs
- Docker container
- Production config
- WebSocket support
- Rate limiting per API key
- Request/response logging
go run cmd/server/main.go
curl http://localhost:8080/health📡 API Endpoints (Planned)
POST /auth/signup
POST /auth/login
POST /auth/logout
POST /auth/refresh
GET /auth/sessions
DELETE /auth/sessions/:id
🔗 Dependencies
· cryden core library
- Documentation: docs.crydensync.com
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Discord: Join our server (coming soon)
We welcome contributions! Please:
- Read CONTRIBUTING.md
- Check open issues
- Join Discord
Current needs:
- 🐛 Bug hunters
- 📝 Documentation writers
- 🧪 Testers
- 💡 Feature ideas
MIT © CrydenSync
This is open source software. Use it freely, modify it, share it.