Usman S. (Max Programming)
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
Cherish
f748171df6
docs: typo fix in seesion-management docs( #2785 )
2025-05-25 12:57:10 -07:00
KinfeMichael Tariku
8bff45a5cc
fix: prisma schema not required on dev/bun ( #2787 )
2025-05-25 01:21:06 -07:00
Rahul Mishra
78ebec692c
docs: fix scopes array for mcp plugin oidc ( #2770 )
2025-05-25 01:18:57 -07:00
manfromexistence
7150c378bb
docs: typo fix on facebook client secret value
2025-05-25 00:59:59 -07:00
Maxwell
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
Maxwell
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
Stephen Jason Wang
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 Silveira
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
Rahul Mishra
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 Mishra
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 Engida
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 Engida
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
Maxwell
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
z8
ec7f3a6213
docs: update stripe install version ( #2680 )
...
update stripe install
2025-05-22 12:42:53 -07:00
Björn Rave
ed44847a8d
docs: improve wildcard domains usage ( #2735 )
2025-05-22 11:51:48 -07:00
Svend
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 Tariku
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 Tariku
1f319519c7
chore: logo updates ( #2745 )
2025-05-22 02:14:41 -07:00
KinfeMichael Tariku
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
KinfeMichael Tariku
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 McGrath
f64fcc8288
chore: typo fix in nextauth migration guide
2025-05-21 18:33:39 -07:00
KinfeMichael Tariku
4dd174b6a2
chore: llms.txt mentioned in the docs
2025-05-21 13:33:36 -07:00
Arman
83acedd634
fix(X): used x.com domain for all twitter provider urls ( #2727 )
2025-05-21 09:25:07 -07:00
Svend
0dddc723cb
fix(apple): correctly map email verification status from profile ( #2730 )
2025-05-21 09:24:31 -07:00
Matthias Feist
87b2ffa562
docs(jwt): mention the bearer plugin ( #2712 )
2025-05-20 13:59:01 -07:00
Rahul Mishra
754c32ca95
fix: use dynamic list of social providers to allow generic oauth ( #2643 )
2025-05-20 13:52:41 -07:00
Zach Silveira
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
Vinayak Kulkarni
f7c53adb38
chore: fix typo in AuthorizeResponse type ✅ ( #2724 )
2025-05-20 12:55:24 -07:00
Bereket Engida
f55c3c05c3
docs: update testimonial
2025-05-20 00:16:33 -07:00
Emil Widlund
73dca10e5a
docs: fix minor polar documentation issues
2025-05-19 08:29:32 -07:00
Muhammed Rahif
d23084d5d2
docs: typo update on auth client
2025-05-18 23:38:45 -07:00
Rahul Mishra
2f8dd56d5b
docs: providerId params in getAccessToken docs ( #2707 )
2025-05-18 12:30:57 -07:00
Rahul Mishra
659f8391df
docs: fix discord invite links
2025-05-17 05:09:10 -07:00
KinfeMichael Tariku
5f556bd4d2
docs: identation issue in organization plugin
2025-05-17 04:50:29 -07:00
Alex
e7aec18d7d
chore: missing quotes for drizzle default values
2025-05-16 10:02:43 -07:00
Philipp Lampert
32ef53010b
fix(magic-link): URI-encode magic link callbackURL ( #2628 )
2025-05-16 09:05:32 -07:00