supabase / auth-helpers

A collection of framework specific Auth utilities for working with Supabase.
https://supabase.github.io/auth-helpers/
MIT License
892 stars 240 forks source link

fix: add `undefined` to `serverSession` type #745

Open ttytm opened 4 months ago

ttytm commented 4 months ago

Extends the serverSession type with undefined similar to other types in the codebase that allow for null.

Mainly to satisfy TS linters. Went with fix: but might be a chore:?

current updated
aft bef