Thinking of adding better-auth as an option to hide the content behind a sign-in page.
Could be enabled through a environment variable to limit the amount of work to be done if someone wants to enable/disable it.
Would require:
[] adding dep
[] updating schema
[] creating routes + pages for auth
[] testing the env var path for enable/disable
Thinking of adding better-auth as an option to hide the content behind a sign-in page.
Could be enabled through a environment variable to limit the amount of work to be done if someone wants to enable/disable it.
Would require:
[] adding dep
[] updating schema
[] creating routes + pages for auth
[] testing the env var path for enable/disable