Commit Graph
6898 Commits
Author SHA1 Message Date
Snehendu RoyandGitHub ebf06eb00c docs: email otp verification guide (#2717) 2025-05-27 23:09:52 -07:00
KinfeMichael TarikuandGitHub 8d82cf5959 docs: remove incorrect reference to nullable fieldAttribute 2025-05-27 17:33:03 -07:00
Julio MontoyaandGitHub 95d79deb30 docs: update hono intergration (#2738) 2025-05-27 17:00:54 -07:00
CZ TangandGitHub c3caf1c8da docs: update github docs (#2783) 2025-05-27 16:45:58 -07:00
YUSSUF SHEIKHandGitHub dea5c9d13e chore: improve password reset for unregistered emails 2025-05-27 16:26:02 -07:00
KinfeMichael TarikuandGitHub 152b2e028c chore: improve password reset message (#2807) 2025-05-27 16:15:49 -07:00
KinfeMichael TarikuandGitHub 7ad8129cf9 docs: incorrect reference link (#2806) 2025-05-27 16:02:05 -07:00
KinfeMichael TarikuandGitHub 25b7f4f2d6 chore: add clerk migration video guide 2025-05-27 01:33:23 -07:00
Yerzhan ZhamashevandGitHub 640bf478a4 fix: SSR handling in useAuthQuery to prevent hydration issues (#2776)
* fix: enhance SSR handling in useAuthQuery to prevent hydration issues

* simplify the ssr handling
2025-05-26 21:11:04 -07:00
Usman S. (Max Programming)andGitHub aab97bbc8f docs: fix minor inconsistency (#2790) 2025-05-25 18:23:17 -07:00
Bereket Engida e3aac89299 fix(apple): response type should be set to idToken code to get full user profile data 2025-05-25 17:57:13 -07:00
CherishandGitHub f748171df6 docs: typo fix in seesion-management docs(#2785) 2025-05-25 12:57:10 -07:00
KinfeMichael TarikuandGitHub 8bff45a5cc fix: prisma schema not required on dev/bun (#2787) 2025-05-25 01:21:06 -07:00
Rahul MishraandGitHub 78ebec692c docs: fix scopes array for mcp plugin oidc (#2770) 2025-05-25 01:18:57 -07:00
manfromexistenceandGitHub 7150c378bb docs: typo fix on facebook client secret value 2025-05-25 00:59:59 -07:00
MaxwellandGitHub 75a23f5362 update(kysley-adapter): Allow providing debug logs 2025-05-25 06:57:26 +10:00
ping-maxwell 240443efc4 fix: init snapshot 2025-05-25 06:31:56 +10:00
MaxwellandGitHub 75f1f9384c Merge branch 'main' into update/kysley-adapter/debug-logs 2025-05-25 06:25:42 +10:00
ping-maxwell 1a02245419 chore: lint 2025-05-25 00:53:51 +10:00
Bereket Engida eb3f7c507c docs: remove blogs 2025-05-24 00:40:41 -07:00
43513e98d1 fix: avoid refreshing tokens if the provider doesn't return refresh tokens (#2764)
* fix(auth): avoid refreshing tokens without expiration

* check for refresh token and also allow returning access tokens even for providers that doesn't implement refresh token

---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-05-23 14:16:01 -07:00
Zach SilveiraandGitHub ccb567e777 feat: add promise support for custom user info claims (#2766)
* Add async support for custom user info claims

* Update index.ts
2025-05-23 14:15:05 -07:00
Bereket Engida 5e92c4b421 chore: release v1.2.9-beta.5 v1.2.9-beta.5 2025-05-23 12:59:27 -07:00
Bereket Engida 44725a9315 chore: release v1.2.9-beta.4 2025-05-23 12:59:16 -07:00
Bereket Engida 8d38b211af chore: release v1.2.9-beta.3 2025-05-23 12:59:16 -07:00
Bereket Engida ba4d38acc7 chore: release v1.2.9-beta.2 2025-05-23 12:59:16 -07:00
32cda8ae57 feat: add account info endpoint (#2664)
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
2025-05-23 12:56:00 -07:00
Rahul MishraandGitHub bc2bc2e9fd feat: new user delete flow (#2704)
* feat: new user delete flow

* fix: modify and add test cases
2025-05-23 12:46:10 -07:00
Bereket EngidaandGitHub 9cc2e3d8ab feat: MCP plugin (#2666)
* chore: wip

* wip

* feat: mcp plugin

* wip

* chore: fix lock file

* clean up

* schema

* docs

* chore: lint

* chore: release v1.2.9-beta.1

* blog

* chore: lint
2025-05-23 12:44:51 -07:00
Bereket EngidaandGitHub a12b7fc331 fix: plugin init context should carry modified context from other plugins (#2754) 2025-05-22 14:58:57 -07:00
Bereket Engida 8e9a8fde28 docs: add additional scope request example 2025-05-22 14:22:50 -07:00
MaxwellandGitHub 3244e388b8 chore(trustedOrigin): warn if invalid value is passed (#2699)
Right now, if an invalid trusted origin is passed, it becomes very hard to debug and find the cause of a given endpoint failing.

As far as I've seen, there error can be as undescriptive as:
dev: # SERVER_ERROR:  TypeError: Cannot read properties of undefined (reading 'includes')
dev:     at Array.some (<anonymous>)
dev:  POST /api/auth/sign-up/email 500 in 915ms

This will throw an error stating that a valid trusted origins list is required.
2025-05-22 12:44:03 -07:00
z8andGitHub ec7f3a6213 docs: update stripe install version (#2680)
update stripe install
2025-05-22 12:42:53 -07:00
Björn RaveandGitHub ed44847a8d docs: improve wildcard domains usage (#2735) 2025-05-22 11:51:48 -07:00
SvendandGitHub 9472a4f9bf fix: Improve the callbackURL parameter for social, oauth, SSO (#2740)
* fix: Fix the issue where the callbackURL parameter is missing when emailVerified is false using the idToken method for social login

* fix: Fixed the issue where the callbackURL was missing in the verification email after logging in with the genericOAuth and SSO plugins
2025-05-22 11:50:03 -07:00
KinfeMichael TarikuandGitHub 3f3495d393 fix: make sure updatedAt is updated on session refresh (#2747) 2025-05-22 11:35:45 -07:00
Bereket Engida 69ef90dfd7 docs: imporve nextjs callout for getSessionCookie 2025-05-22 11:34:54 -07:00
Bereket Engida 460aabf5e0 docs: update migration guide 2025-05-22 10:18:34 -07:00
KinfeMichael TarikuandGitHub 1f319519c7 chore: logo updates (#2745) 2025-05-22 02:14:41 -07:00
KinfeMichael TarikuandGitHub 2fdcd6ee5c docs: improve clerk migration guide (#2746) 2025-05-22 02:13:56 -07:00
Bereket Engida c1a4809b03 docs: add how to export user data from clerk 2025-05-22 01:40:11 -07:00
Bereket Engida bf51b7dee5 docs: fix typos in clerk migration guide 2025-05-22 01:13:40 -07:00
581ce7263f docs: clerk migrations guide (#2741)
* docs: typo in admin plugin

* docs: added clerk migration guide

* clean ups

* handling null

* added the icon

* lint

* unnessary options

* improve guide

---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-05-22 00:23:36 -07:00
Dan McGrathandGitHub f64fcc8288 chore: typo fix in nextauth migration guide 2025-05-21 18:33:39 -07:00
KinfeMichael TarikuandGitHub 4dd174b6a2 chore: llms.txt mentioned in the docs 2025-05-21 13:33:36 -07:00
ArmanandGitHub 83acedd634 fix(X): used x.com domain for all twitter provider urls (#2727) 2025-05-21 09:25:07 -07:00
SvendandGitHub 0dddc723cb fix(apple): correctly map email verification status from profile (#2730) 2025-05-21 09:24:31 -07:00
Matthias FeistandGitHub 87b2ffa562 docs(jwt): mention the bearer plugin (#2712) 2025-05-20 13:59:01 -07:00
Rahul MishraandGitHub 754c32ca95 fix: use dynamic list of social providers to allow generic oauth (#2643) 2025-05-20 13:52:41 -07:00
001bfab3ad fix(oidc-provider): consent should be able to be accepted if state is empty (#2723)
* fix consent not able to be accepted if state is empty

* chore: fix lint

---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-05-20 13:26:59 -07:00