Skip to content

Release 20230905.2

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 15:39
· 2 commits to master since this release
38905df
Merge pull request #2 from OpenDAoC/migrate-to-nextauth

- Replaces the custom Discord APIs with next-auth
- Removes the custom UserContext with next-auth's session
- Replaces env vars `SITE_URL` with `NEXTAUTH_URL` and `ENCRYPTION_KEY` with `NEXTAUTH_SECRET`
- Makes typescript happy by fixing some useEffect dependency array
- Fixes some quirks of Docker deployment building the app at container start