LovelessCodes
ce2ef1b1d4
feat: add S3 avatar upload during user creation from social provider ( #28 )
...
* feat: add S3 avatar upload during user creation from social provider
* chore: remove console.log and update storage config for local development
* refactor: move avatar upload to after user creation and use user ID for filename
* feat: update avatar storage path
2025-06-05 23:29:56 +01:00
LovelessCodes
6eb17529f1
feat(auth): added discord & github authentication methods ( #18 )
...
* feat(auth): added discord & github authentication methods
* chore(format): formatted edited files
* docs: add Discord and GitHub OAuth environment variables to README
* feat: add Discord and GitHub OAuth client credentials to environment config
* refactor: migrate social provider types to better-auth package
* feat: return configured social provider names from auth endpoint
* refactor: simplify socialProvidersPlugin by removing nested function and condensing return
2025-06-05 12:00:07 +01:00
Henry
84dd9a9b6d
feat: support SMTP via nodemailer ( #17 )
2025-06-04 12:33:24 +01:00
Henry
0b06f80181
feat: remove NEXT_PUBLIC env vars from docker build args ( #13 )
...
* feat: add next public envs to runtime
* Commit env vars
2025-06-03 21:25:57 +01:00
Henry
4d4a19ad7b
chore: upgrade better-auth
2025-06-01 21:02:41 +01:00
Henry
471f36a9c9
fix: disable api key hashing
2025-06-01 00:12:16 +01:00
Henry
1d00aa78b4
feat: create and delete api keys
2025-05-31 23:59:48 +01:00
Henry
14f55e5939
chore: update package licences and migration script
2025-05-29 23:18:25 +01:00
Henry
71c92eea27
fix: reenable member invites
2025-05-22 12:18:56 +01:00
Henry
59d93a5a99
perf: init auth client
2025-05-08 12:25:56 +01:00
Henry
9c9107e5eb
fix: uncomment better auth plugins
2025-05-06 13:50:26 +01:00
Henry
5d46eb4c6b
fix: prevent empty trusted origin from throwing an error
2025-05-06 13:46:23 +01:00
Henry
284c00002f
fix: add trusted domains to better auth
2025-05-06 11:17:37 +01:00
Henry
414af74dc1
fix: set better auth baseUrl
2025-05-06 10:38:35 +01:00
Henry
69004df19e
fix: missing secret env
2025-05-06 09:54:06 +01:00
Henry
b6daaa41de
refactor: remove supabase auth
2025-05-05 15:16:30 +01:00
Henry
091fea6f38
feat: setup better-auth
2025-05-02 23:40:34 +01:00