Simplified auth configuration
This release adds a auth option for quick dev and testing without a backend session endpoint, and introduces a unified
field on
.
Features
- dangerousApiKey auth and unified session field #1611 - Added auth option that automatically exchanges an API key for a session token. Also introduced a unifiedfield onthat accepts either a static token string or an async fetcher function. The previousandfields still work but are now deprecated. (Author: @walker-tx )
