feat: update README to reflect completion of OAuth 2.0 authentication with browser flow

This commit is contained in:
MayaTheShy
2025-11-09 17:58:15 -05:00
parent a8105e6b12
commit 95fd2aea64
2 changed files with 146 additions and 3 deletions

View File

@@ -346,7 +346,7 @@ This allows you to:
- [ ] Material color application to models
- [ ] Texture loading and mapping
### Phase 3: Network & Protocol (In Progress)
### Phase 3: Network & Protocol ✅ MOSTLY COMPLETE
- [x] Domain connection via UDP
- [x] NLPacket protocol implementation
- [x] DomainConnectRequest / DomainList handshake
@@ -356,9 +356,10 @@ This allows you to:
- [x] Session UUID generation
- [x] Protocol signature verification (MD5)
- [x] Domain address parsing (host:port/position/orientation)
- [ ] OAuth 2.0 authentication (infrastructure ready, needs web flow) ⏭️ NEXT
- [x] **OAuth 2.0 authentication with browser flow** 🎉
- [x] Token persistence and refresh
- [ ] Assignment client direct connections
- [ ] Token persistence and refresh
- [ ] Authenticated EntityServer queries
### Phase 4: Entity System (Current Focus)
- [ ] Apply entity colors to model materials