feat(auth): add Discord OAuth sign-in and user timezones
Add persistent user and session storage, protected profile requests, and React sign-in controls. Capture and preserve each user's timezone, and load development and production configuration before migrations and server startup.
This commit is contained in:
4
.env.development.example
Normal file
4
.env.development.example
Normal file
@@ -0,0 +1,4 @@
|
||||
# Loaded by bun dev and the default database commands.
|
||||
APP_ORIGIN=http://127.0.0.1:3000
|
||||
# Optional overrides: PORT, DATABASE_PATH, DISCORD_CLIENT_ID,
|
||||
# DISCORD_CLIENT_SECRET, AUTH_COOKIE_SECRET.
|
||||
Reference in New Issue
Block a user