Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 01 Oct 08:36
· 27 commits to main since this release

Patch Changes

  • 0c27fb4: - getSession now accepts an optional userId parameter to skip the getAuthUserId call when the userId is already known

    • getHeaders now accepts an optional session parameter to skip the getSession call when the session is already available

    These changes improve performance by avoiding redundant database queries when the data is already available.