🚀 Features
- Add support for "like" and similar search operators and add search query for admin plugin - by @Chris-Kode in #245 (c2996)
- Move env to std-env - by @Bekacru (783b1)
- Update username and sign up email should allow username - by @Bekacru (9feed)
- Support additional fields on user update - by @Bekacru in #274 (7a900)
- client: Allow client to disable fetch plugins - by @Bekacru (8df3c)
- node: FromNodeHeaders helper - by @Bekacru (f3abd)
🐞 Bug Fixes
- Add mongodb id map and support array type gen for prisma - by @Bekacru in #243 (a573f)
- Fallback to generated id on oauth user create - by @Bekacru (76124)
- Oauth userId missing - by @Bekacru (c02ef)
- Use autosignin from configuration - by @silverxp in #237 (c3588)
- Trusted providers shoudln't require email verification - by @Bekacru (088dc)
- Email verified missing on oauth - by @Bekacru (19d7d)
- Email verification should be checked last - by @Bekacru (3962b)
- Kysley type conversion failing on custom field names - by @Bekacru (6df27)
- Use better auth url in nextjs middleware - by @luksch42 in #255 (99884)
- Session user refernce bug when using custom id generation - by @Bekacru (91c2b)
- Add full base url - by @Bekacru (9fe8e)
- All plugins should use table name from ctx - by @Bekacru in #265 (9bdd9)
- Add new-email to change email verification - by @Bekacru in #268 (f373d)
- Update user shouldn't be called in getEndpoints - by @Bekacru (6f653)
- Clear browser cookies on delete - by @Bekacru (54527)
- adapter: Handle delete gracefully - by @Bekacru (a3753)
- core: Crypto missing - by @Bekacru (da2d6)
- jwt: Added the Key ID in the token header - by @KaanMol in #261 (9570c)
- multi-session: Add try catch for deleting sessions - by @Bekacru (d4a1d)