Commit Graph
1448 Commits
Author SHA1 Message Date
Bereket Engida 431f853edd chore: release v1.1.2-beta.3 2024-12-21 13:38:52 +03:00
Bereket Engida cb50920fcb chore: release v1.1.2-beta.2 2024-12-21 13:34:38 +03:00
Bereket Engida fcb6e6ec8b chore: release v1.1.2-beta.1 2024-12-21 13:26:48 +03:00
Bereket EngidaandGitHub 7ef5e60e72 fix: verify passkey should find by credentialID instead of pk (#979) 2024-12-21 13:19:13 +03:00
Bereket EngidaandGitHub 809f63f8e2 fix: hydration mismatch on isPending (#976) 2024-12-21 12:49:35 +03:00
Bereket Engida 8ec09873bf chore: release v1.1.1 2024-12-21 08:11:27 +03:00
f3acd10a7a fix(passkey): Add credentialID field in favor of generated ids (#865)
* fix: add field credentialID, change fields

* fix: tests

* fix: update test

* fix: improve type-safety of test data

---------

Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
Co-authored-by: Bereket Engida <bekacru@gmail.com>
2024-12-21 08:07:05 +03:00
Bereket EngidaandGitHub e9535d4f5c fix: generic oauth overriding social providers (#974) 2024-12-21 08:06:03 +03:00
Bereket EngidaandGitHub 16bb1ca1dc fix: remove oslo dep (#973) 2024-12-21 07:58:13 +03:00
Bereket Engida 8c45b80571 chore: release v1.1.0 2024-12-21 02:16:19 +03:00
Bereket EngidaandGitHub 4555f92063 feat: OIDC Plugin (#765) 2024-12-21 02:12:04 +03:00
Bereket Engida 79625f7dbf fix: activeOrgId should always refer to the ID instead of the slug 2024-12-21 02:11:47 +03:00
Bereket EngidaandGitHub 0eacf0182d refactor: standardize how session and user data is returend in endpoints (#968) 2024-12-21 01:58:35 +03:00
Bereket Engida 0db6bbd3e3 chore: fix circular type inference 2024-12-20 23:31:10 +03:00
Bereket Engida 92e249139f chore: fix cli snapshot 2024-12-20 23:00:16 +03:00
Bereket EngidaandGitHub 384ef1c344 feat: hooks (#916) 2024-12-20 21:00:14 +03:00
Marc MogdanzandGitHub 8dffaa2cd6 docs: use APIRoute instead of Route for tanstack start api routes (#943)
* fix(docs): use `APIRoute` instead of `Route` for tanstack start api routes

* fix(cli): remove unused import in drizzle schema
2024-12-20 20:59:52 +03:00
Bereket EngidaandGitHub cfd24bc5d5 feat: allow callback url for user deletion and improve flow and docs (#929) 2024-12-20 20:09:19 +03:00
Bereket EngidaandGitHub f9102b1542 feat: OpenID SSO Provider (#951) 2024-12-20 20:08:42 +03:00
Bereket EngidaandGitHub 97725a4fa8 feat: stop impersonating (#883) 2024-12-20 20:05:05 +03:00
Bereket EngidaandGitHub de1b79c3f3 fix(social): oAuth should find a user based on a provider returned account id (#963) 2024-12-20 20:04:34 +03:00
Bereket EngidaandGitHub e6dc700e0b refactor: remove consola (#948)
* refactor: remove consola

* chore: release v1.0.23-beta.1
2024-12-20 19:00:07 +03:00
Bereket EngidaandGitHub 145750c0fe fix: type seralization error (#962) 2024-12-20 18:27:28 +03:00
Bereket Engida 57254a251a chore: release v1.0.23-beta.6 2024-12-20 16:34:15 +03:00
Stephen ZhouandGitHub b4ff55d55a fix: sign In with Apple With ID Token not work (#966) 2024-12-20 16:27:43 +03:00
Bereket EngidaandGitHub 5e84b35632 fix: email-otp on signup breaking when emailVerification is requried (#964) 2024-12-20 15:46:41 +03:00
Bereket EngidaandGitHub 9ab5d29af8 feat: allow unsigned tokens to be passed as a bearer token (#953) 2024-12-20 13:49:33 +03:00
Bereket Engida 52eaa69c62 fix: protect phone number login with 2fa 2024-12-19 18:15:27 +03:00
Bereket Engida 1e61852f39 chore: release v1.0.23-beta.2 2024-12-19 10:19:27 +03:00
Bereket Engida 2f86cfcff8 chore: release v1.0.23-beta.1 2024-12-19 10:19:21 +03:00
Stephen ZhouandGitHub 707325925a docs: remove AUTH_URL (#947)
* docs: remove AUTH_URL

* chore: fix lock
2024-12-19 10:18:08 +03:00
TinsFoxandGitHub b45949f958 feat: export available provider types (#936) 2024-12-19 09:41:11 +03:00
Bereket EngidaandGitHub d4b165076d refactor(github): always fetch emails in GitHub provider (#946) 2024-12-19 09:40:42 +03:00
Bereket EngidaandGitHub 5f82309ece fix(bearer): pre-check token signature to ignore if invalid (#933) 2024-12-18 14:09:36 +03:00
Bereket Engida fe30a5c57c fix: skip updating userinfo on oauth callback 2024-12-18 13:33:25 +03:00
Stephen ZhouandGitHub d8a264871f refactor(expo): make storage required (#931) 2024-12-18 13:03:49 +03:00
Bereket Engida ba552142bb fix: ensure that error messages thrown from a DB hook are returned unchanged on social callback 2024-12-18 09:48:54 +03:00
Bereket Engida 80b4c42f1d chore: hook context returned type should be optional 2024-12-18 09:38:57 +03:00
Bereket Engida 41e895ab07 chore: fix build types 2024-12-18 09:34:37 +03:00
Bereket Engida 30d40a9b0f fix: export passkey only on its own route 2024-12-18 08:36:13 +03:00
Bereket EngidaandGitHub ea482167be fix: remove nanoid dependcy and genreate id manually (#922) 2024-12-17 14:52:44 +03:00
Bereket EngidaandGitHub 74b6eacab3 feat: remove oslo and migrate to better-auth-utils for all crypto and encoding utils (#852)
* fix: avoid returning the whole user object on email-otp verify

* feat: remove oslo and migrate to better-auth-utils for all crypto and encdoing utils

* chore: fix tests
2024-12-17 14:39:27 +03:00
Bereket EngidaandGitHub 0b473fac3f fix(jwt): pass session on definePayload callback (#921) 2024-12-17 12:47:42 +03:00
KesvaLandGitHub 74fff8a946 fix: get-config paths for missing slash for /lib/server (#919) 2024-12-17 08:55:45 +03:00
Bereket Engida 965800007e chore: release v1.0.22 2024-12-16 21:57:11 +03:00
Bereket Engida f08ff116e7 chore: release v1.0.22-beta.4 2024-12-16 19:17:43 +03:00
Bereket EngidaandGitHub ebe9cc6618 fix(email-otp): emailVerification flag should also check for null on signup (#908) 2024-12-16 18:53:56 +03:00
DIYgodandGitHub b164d82724 fix: apple provider should prioritize user passed redirect uri (#914) 2024-12-16 18:52:16 +03:00
Bereket Engida 04cf81ad04 chore: release v1.0.22-beta.3 2024-12-16 17:27:42 +03:00
Bereket EngidaandGitHub caf0cf9cf7 fix: refersh cookie cache properly when it's expired (#909) 2024-12-16 16:53:01 +03:00