Commit Graph
2415 Commits
Author SHA1 Message Date
Emil WidlundandGitHub 73dca10e5a docs: fix minor polar documentation issues 2025-05-19 08:29:32 -07:00
Muhammed RahifandGitHub d23084d5d2 docs: typo update on auth client 2025-05-18 23:38:45 -07:00
Rahul MishraandGitHub 2f8dd56d5b docs: providerId params in getAccessToken docs (#2707) 2025-05-18 12:30:57 -07:00
Rahul MishraandGitHub 659f8391df docs: fix discord invite links 2025-05-17 05:09:10 -07:00
KinfeMichael TarikuandGitHub 5f556bd4d2 docs: identation issue in organization plugin 2025-05-17 04:50:29 -07:00
Bereket Engida 455fa89457 docs: fix polar incorrect mdx syntax 2025-05-16 09:00:04 -07:00
Emil WidlundandGitHub 384a5a4f92 docs: update polar docs (#2671)
Add updated docs to new Polar plugin
2025-05-16 08:27:12 -07:00
Bereket Engida 72e66ddc7f feat: add one time token generator 2025-05-15 20:25:01 -07:00
ShahriarandGitHub e9bc7fcf7e docs: update mssql import 2025-05-14 10:28:51 -07:00
Muntasir MahmudandGitHub d914650289 chore: clean up minor typo mistakes 2025-05-14 10:27:58 -07:00
KinfeMichael TarikuandGitHub 81ab90865f docs: typo in admin plugin 2025-05-13 16:00:54 -07:00
Liry24andGitHub d500ede944 docs: add missing comma in listUsers query parameters 2025-05-13 13:46:30 -07:00
Bereket Engida effcc16f9e chore: lint 2025-05-13 13:39:12 -07:00
Bereket Engida adbf5cebae docs: add Y Combinator launch badge 2025-05-13 13:36:28 -07:00
Ezra AshenafiandGitHub f5a57a136e docs: update nuxt catch-all route to match example 2025-05-13 13:27:21 -07:00
AnthonyandGitHub 5c9c5f5ef7 docs: fix grammar and spelling mistakes (#2300)
* Next.js

* ID

* Punctuation, code

* SQLite

* Capitalization

* Various corrections in "JWT"
2025-05-13 13:26:51 -07:00
Brennen DavisandGitHub 7b67469d93 docs: fix typo in organization 2025-05-13 13:24:10 -07:00
KinfeMichael TarikuandGitHub dd122da3e5 docs: add await to headers() calls in API examples 2025-05-12 11:30:37 -07:00
KinfeMichael TarikuandGitHub 169a03baef docs: fix getFullOrganization example to use correct query params 2025-05-12 08:34:19 -07:00
Meet GotiandGitHub cbddaeac53 docs: maxAttempts is now replaced with allowedAttempts in emailOTP option 2025-05-12 07:44:19 -07:00
KyleandGitHub 50b79324b2 docs: add note regarding cookie caching and RSC 2025-05-12 07:41:10 -07:00
Mo AmirandGitHub 6e03d06a99 docs: changed wrong password length 2025-05-12 07:38:19 -07:00
Adarsh MadrechaandGitHub 8fcc758fe9 docs: update imports in hono/client 2025-05-10 17:16:16 +03:00
Ahliman HUSEYNOVandGitHub 7b2c498a86 docs: with the recent version of prisma, we can directly use a shared client code(#2590) 2025-05-09 14:19:45 -07:00
PukimaandGitHub a79b487a91 docs: add missing annualDiscountLookupKey to plan configuration (#2277)
* fix(docs): add missing `annualDiscountLookupKey` to plan configuration

According to https://github.com/better-auth/better-auth/blob/main/packages/stripe/src/types.ts#L30, this key exists.

* fix(docs): fix typo for the annualDiscountLookupKey
2025-05-08 19:17:16 -07:00
Rin ArakakiandGitHub dcaba6ffd8 docs: add field mappings for migrating from next-auth v4 (#2315)
* Update next-auth-migration-guide.mdx

* Update next-auth-migration-guide.mdx

* Update next-auth-migration-guide.mdx

* Update next-auth-migration-guide.mdx

* Update next-auth-migration-guide.mdx
2025-05-08 19:15:30 -07:00
MaxwellandGitHub cb1cbceffc feat(api-key): disable hashing API Keys (#2373)
* update(api-key): Custom hashing function for api-keys

Useful if the user wants to use a custom hashing algorithm, or if they want to disable hashing, they can just return the key itself.

* add: security warnings

* refactor: Change from customizaing hashing to disableHashing

* update: remove utils & update jsdoc

* chore: lint

* update: jsdoc & fix docs
2025-05-08 19:06:13 -07:00
MaxwellandGitHub 1044899fa9 docs(fix): stripeCustomerId field is optional (#2356) 2025-05-08 19:04:53 -07:00
MaxwellandGitHub 79ff4b07f2 feat(adapter): allow providing id in create method (#2518)
* update(create-adapter): Allow providing `id` in create method

Allow providing `id` in the data of a create method if `forceAllowId` is provided as `true` in the create method call.

* chore: cleanup
2025-05-08 09:59:39 -07:00
KinfeMichael TarikuandGitHub 702bc15583 docs: fix code highlight on token encryption 2025-05-08 19:13:16 +03:00
Jon RamosandGitHub 30d4c58901 docs: fix getErrorMessage expects language as an argument (#2580) 2025-05-07 15:45:45 -07:00
KinfeMichael TarikuandGitHub 3fdbe99cd5 docs: fix kformatter support for millions (#2574) 2025-05-07 09:44:44 -07:00
6caf2a48ab feat: add getAccessToken api for oauth accounts (#2557)
* feat: add getAccessToken api for oauth accounts

* fix: remove returning refresh token and refactor

* add docs

* chore: move both access and refresh token to account

* chore: refactor to account.ts

* chore: mention refresh on getAcessToken

---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-05-07 09:08:44 -07:00
Bereket Engida 4c106d20e3 docs: update cookie caching section for clarity and framework naming 2025-05-07 09:07:38 -07:00
Bereket Engida defadb3b72 docs: change banner style 2025-05-06 13:35:55 -07:00
Bereket Engida ae18f021c9 docs: add dub plugin docs 2025-05-06 10:23:50 -07:00
MaxwellandGitHub f920103629 feat(anonymous): custom anonymous names (#2361)
* feat(anonymous): Custom name for anonymous users

* chore: lint

* chore: cleanup

* update: docs

* update: pass `ctx` to `generateName`
2025-05-05 20:14:10 -07:00
KinfeMichael TarikuandGitHub 326747b297 fix: resolve logo assets redirection and toaster styling issues 2025-05-04 19:15:27 +03:00
MaxwellandGitHub 700babea05 chore: added docs on the select_account prompt 2025-05-03 19:13:21 +03:00
Anson KaoandGitHub 2a246aeb87 docs: add fastify integration guide to installation(#2516) 2025-05-02 14:19:53 -07:00
KinfeMichael TarikuandGitHub 58e1451f53 docs: improve apple social signIn 2025-05-02 17:07:55 +03:00
Samson TesfayeandGitHub 9e70836d12 docs: add Fastify integration guide 2025-05-02 05:37:18 -07:00
Mahad KalamandGitHub cb167513b0 docs: add info about defaultKeyLength (#2467) 2025-05-01 07:17:35 -07:00
KinfeMichael TarikuandGitHub 5c59506fc2 docs: improve admin schema field type 2025-05-01 12:05:49 +03:00
KinfeMichael TarikuandGitHub 3207156af8 fix: improve signin builder and tabs functionality 2025-05-01 11:57:38 +03:00
KinfeMichael TarikuandGitHub 5eafd4bd27 chore: docs optimizations 2025-04-30 16:17:41 +03:00
Bereket Engida bf83774db3 docs: use instead of for nuxt examples 2025-04-29 13:02:36 -07:00
Bereket Engida 926e580161 docs(fix): correct secondary storage api example in options reference 2025-04-29 12:34:47 -07:00
KinfeMichael TarikuandGitHub a0728a88db chore: admin and org docs optimization 2025-04-27 23:56:00 +03:00
Bereket Engida ffca7332b3 chore: remove duplicate heading from nextjs integration docs 2025-04-26 23:03:52 +03:00