Bereket Engida
d5ae5b2def
chore: fix typo
2025-03-25 17:55:14 +03:00
Bereket Engida
570075d530
docs(jwt): add examples for validating JWTs using remote and local JWKS
2025-03-25 17:42:56 +03:00
Bereket Engida
d2b6d7b8ff
docs(svelte-kit): remove layout session management examples
2025-03-25 14:44:24 +03:00
Shahriar and GitHub
e1033db79b
docs(options): add rateLimit api options ( #1979 )
2025-03-25 08:25:17 +03:00
Amagi and GitHub
e334423c37
Merge branch 'main' into fix/typos
2025-03-25 06:53:33 +08:00
Shahriar and GitHub
c3bd982029
Update rate-limit.mdx
2025-03-25 00:22:32 +03:30
Bereket Engida
7ea59f47b9
fix(username): update validator to allow dots in usernames
2025-03-24 17:18:07 +03:00
Stephen Zhou and GitHub
30b6489bf1
docs(expo): full babel config example ( #1971 )
2025-03-24 14:44:36 +03:00
darkred07 and GitHub
f52a3798ee
docs(fix): rename client to authClient ( #1832 )
2025-03-24 07:48:50 +03:00
Bereket Engida
0c22cef93f
docs: remove quote on comparison
2025-03-23 17:26:12 +03:00
Bereket Engida
06ac5a4f4b
docs: fix typo
2025-03-23 15:48:16 +03:00
Bereket Engida and GitHub
6b47e56a63
fix: unlinkAccount should support optional accountId ( #1952 )
2025-03-23 15:46:56 +03:00
Shahriar and GitHub
de5b8d2e5e
Update rate-limit.mdx
...
add `enabled: true`
2025-03-23 16:13:43 +03:30
Mohit and GitHub
49319fa15b
docs(fix): import name conflict in admin plugin roles example ( #1948 )
2025-03-23 08:41:48 +03:00
Amagi:DDmxh
e0b34d1fde
fix: import orders and alias to avoid conflict in ac code examples
2025-03-23 04:08:08 +08:00
Bereket Engida and GitHub
093f9de0e1
feat(oidc): allow passing additional user claims ( #1933 )
2025-03-22 20:44:00 +03:00
Bereket Engida
889b51df5e
docs: fix logo layout width
2025-03-22 20:41:50 +03:00
Daniel and GitHub
dcd7b2f5d9
docs: update tanstack base app directory from ./app to ./src ( #1940 )
2025-03-22 20:41:36 +03:00
Bereket Engida
bb9661c8ed
docs(fix): remove callout from polar doc
2025-03-22 09:30:50 +03:00
Catalin Pit and GitHub
d7ccb29b54
docs(fix): update polar docs ( #1922 )
...
Add a mention that specifies you don't need to configure Polar on the client
2025-03-22 09:15:24 +03:00
1511316f00
chore(deps): bump next from 15.2.0 to 15.2.3 in /docs ( #1923 )
...
Bumps [next](https://github.com/vercel/next.js ) from 15.2.0 to 15.2.3.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v15.2.0...v15.2.3 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-22 08:43:39 +03:00
Marc and GitHub
f12a4a2b9c
docs(fix): file name from `auth.client.ts to auth-client.ts` ( #1929 )
...
``auth.client.ts`` will trigger code splitting. While this would be fine for the server component (``auth.server.ts``, which needs to stay hidden to end users), putting the authClient in a client only component will force the authClient out of the server bundle. This causes authClient to be undefined during SSR.
2025-03-22 08:43:03 +03:00
Stephen Zhou and GitHub
ca302a7d65
docs: update expo resolve path ( #1930 )
2025-03-22 08:42:14 +03:00
Stephen Brown-Bourne and GitHub
e769bc210b
docs(fix): remove repeated word ( #1928 )
2025-03-22 08:41:57 +03:00
Nicolas Vargas and GitHub
59152fe2e3
docs: add missing import headers ( #1920 )
2025-03-21 23:42:09 +03:00
Bereket Engida
08b2431a1b
docs(mongodb): remove generation command from mongodb
2025-03-21 16:49:08 +03:00
Bereket Engida and GitHub
cf4bd5de6f
feat: disabled paths ( #1918 )
...
* docs: add base url is optional on the client
* feat: disabled paths
* chore: fix test
2025-03-21 16:33:30 +03:00
80d5a5de0b
docs: add branding assets ( #1900 )
...
* feat: branding with multiple variant
---------
Co-authored-by: Bereket Engida <bekacru@gmail.com >
2025-03-21 15:41:10 +03:00
Benjamin Lee and GitHub
fe0272dae4
docs(fix): tanstack-start import on installation guide ( #1911 )
2025-03-21 09:05:29 +03:00
Ismail Sabet and GitHub
e622c6b59d
docs(fix): update typos on organization plugin ( #1912 )
2025-03-21 09:03:46 +03:00
Mikiyas Tibebu and GitHub
187ca360f4
docs(fix): correct typos in phone number plugin documentation ( #1910 )
2025-03-21 09:00:48 +03:00
Kinfe123
b1f3a7328c
fix(web): project metadata
2025-03-20 21:44:23 +03:00
Thomas Kaul and GitHub
fa2cd17ff7
docs: fix typo in features sections ( #1878 )
2025-03-19 22:08:01 +03:00
Nelson Sousa and GitHub
90f15abc95
chore(docs): typo in anonymous linking explanation ( #1871 )
2025-03-19 11:52:16 +03:00
Maxwell and GitHub
cd82802507
fix(api-key): delete keys on client should use POST method instead ( #1858 )
2025-03-18 12:19:05 +03:00
Bereket Engida
3ae3212ce0
docs: fix typos on supabase migration guide
2025-03-17 16:34:34 +03:00
crutchtheclutch and GitHub
994a858851
docs: fix typos in database schema tables ( #1846 )
2025-03-17 15:00:29 +03:00
Maxwell and GitHub
0b312f0a98
docs: update community-adapter Convex URL ( #1841 )
2025-03-16 15:42:46 +03:00
Isolated and GitHub
8b18362451
docs: fix Incorrect JSON Handling in secondaryStorage.get example ( #1842 )
2025-03-16 15:42:19 +03:00
Maxwell and GitHub
01082c5531
docs(fix): contribute/testing docs has incorrect info about test-instance ( #1826 )
2025-03-15 22:32:14 +03:00
Jonás Perusquía Morales and GitHub
b295cdd7e5
docs: change adminHasPermission method to userHasPermission ( #1833 )
2025-03-15 21:03:35 +03:00
Fuma Nama and GitHub
00ad781427
docs: improve layout consistency ( #1831 )
...
* Fix sidebar tabs pre-rendering
* Improve sidebar consistency
* improve searchbar alignment
* improve animation
2025-03-15 19:54:27 +03:00
Bereket Engida
5eebcdb522
docs(supabase-migration-guide): add links to schema
2025-03-15 16:16:12 +03:00
Bereket Engida and GitHub
6b4e20c61b
docs: add supabase migration guide ( #1829 )
2025-03-15 16:10:47 +03:00
Hysterelius and GitHub
db9290b043
docs(nitro): typo fix
...
Minor grammar fixes on nitro page
2025-03-15 08:01:43 +03:00
Snehan Chakravarthi and GitHub
5908429107
docs(admin): fix typo ( #1820 )
2025-03-14 23:31:35 +03:00
Bereket Engida and GitHub
e157e06a51
feat(account): add option to allow unlinking all accounts ( #1818 )
2025-03-14 20:22:59 +03:00
Bereket Engida and GitHub
2ca71ee3cb
feat(admin): custom banned user error message ( #1692 )
...
* feat(admin): custom banned user error message
* docs(admin): add documentation for bannedUserMessage configuration
* chore: export types from @better-fetch/fetch in clients
* chore: remove update tet helper
2025-03-14 00:10:31 +03:00
440784d3e1
feat: add Kick social provider ( #1702 )
...
* Add kick social provider
* Custom implementation `getUserInfo`
* Fix token endpoint URL
* add kick docs
* Update kick.mdx
* docs: update icon sizes to 1.2em, add "Kick"
* chore: lint
---------
Co-authored-by: Bereket Engida <bekacru@gmail.com >
2025-03-13 23:56:59 +03:00
cc0531c6e4
feat(organization): allow passing teamId in addMember ( #1794 )
...
* feat(organization): Add teamId in addMember
* docs(organization): Add teamId in addMember function
---------
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com >
2025-03-13 23:54:51 +03:00