v0.5.0
github-actions
released this
03 Dec 19:00
·
1169 commits
to refs/heads/main
since this release
Important Update Regarding NEXTAUTH_URL
Configuration
We have recently upgraded NextAuth to version 4.24.5 in our latest release. This update has led to an important change affecting the NEXTAUTH_URL
configuration. localhost
is no longer a valid setting for NEXTAUTH_URL
.
Action Required:
Please update your NEXTAUTH_URL
to use the canonical URL or IP address of your server. This modification is crucial for ensuring the compatibility and stability of your setup with the updated NextAuth version.
Example:
- If your server's IP address is
123.456.78.90
, setNEXTAUTH_URL
tohttp://123.456.78.90:3000
. - If you have a domain name, use it in place of the IP address.
📝 Release Notes
- Bump @adobe/css-tools from 4.3.1 to 4.3.2 (#220)
- Bumps next-auth from 4.22.1 to 4.24.5.
- Bumps next from 13.4.10 to 14.0.3.
- [Feature] Allow admins to create an Organization. (#99)
Full Changelog: 0.4.2...0.4.3