Skip to content

v2.2.2: Refactors context handling for authentication

Choose a tag to compare

@thorewi thorewi released this 06 Oct 03:35
· 40 commits to main since this release
Ensures context is consistently handled as a Resource,
improving type safety and preventing potential errors
related to mixed type handling. Removes unnecessary
nullable types and enforces Resource type where
appropriate.