KinfeMichael Tariku
673bdee66b
chore: env variable consistency for social providers docs
...
fix(docs): Add missing "as string" to env variables
2025-04-01 12:09:11 +03:00
KinfeMichael Tariku
06b557b999
unwanted white space
2025-04-01 10:03:03 +03:00
KinfeMichael Tariku
9b698ecca2
Merge branch 'main' into patch-1
2025-04-01 10:01:32 +03:00
KinfeMichael Tariku
5f5fb8ddf5
chore: enable option on ratelimit docs
...
Update rate-limit.mdx
2025-04-01 09:50:26 +03:00
KinfeMichael Tariku
0d7fa1f99c
chore: import orders and alias to avoid conflict in ac code examples
...
fix: import orders and alias to avoid conflict in ac code examples
2025-03-31 15:52:28 +03:00
Bereket Engida
cad6470b87
docs: fix incorrect field labels and remove database tables container
2025-03-31 07:26:18 +03:00
Bereket Engida
07d44db4d0
docs(strupe): add query param in for list sub referenceId
2025-03-31 00:08:31 +03:00
Daniel Worku
2bf10ab6b0
docs(supabase-migration): add non-null assertion operator on env variables ( #2044 )
2025-03-29 08:27:52 +03:00
Bereket Engida
f2cb6f511e
docs: remove useSescureCookies config mention from getSessionCookies
2025-03-29 07:43:09 +03:00
Jason
26a045e250
docs: fix import in tanstack( #2029 )
2025-03-28 10:58:03 +03:00
Bereket Engida
e436411189
chore: remove deprecated contribution guide
2025-03-27 20:09:53 +03:00
Nicholas Groters
1acf9ebaa0
docs: Add productionURL to OAuth Proxy options ( #1943 )
2025-03-27 08:42:30 +03:00
KinfeMichael Tariku
06193a3b63
feat: refresh token endpoint ( #1779 )
2025-03-26 23:51:33 +03:00
Mighty Ali
ed7bc69447
docs: fix update ..all to ...all ( #1762 )
2025-03-26 23:50:34 +03:00
John Tanzer
1e775cb4d9
docs: add disable 2fa ( #2013 )
2025-03-26 22:16:32 +03:00
Ismail Sabet
e3377b4019
docs: remove userId and add email on organization indexed fields ( #2011 )
2025-03-26 19:31:49 +03:00
Bereket Engida
fee9d64ac2
docs: enforce base url ( #1991 )
...
* fix: enforce base url
* check options
* chore: fix base url docs
* refactor(init.test): remove test for missing baseURL error
2025-03-25 18:45:55 +03:00
Bereket Engida
25ad0de591
docs(jwt): update heading level for local JWKS example
2025-03-25 18:43:31 +03:00
Bereket Engida
e198731b03
docs(jwt): update JWKS handling in token validation example
2025-03-25 17:58:05 +03:00
Bereket Engida
ef173fa71a
docs(jwt): clarify token usage example in JWT documentation
2025-03-25 17:56:04 +03:00
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
e1033db79b
docs(options): add rateLimit api options ( #1979 )
2025-03-25 08:25:17 +03:00
Amagi
e334423c37
Merge branch 'main' into fix/typos
2025-03-25 06:53:33 +08:00
Shahriar
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
30b6489bf1
docs(expo): full babel config example ( #1971 )
2025-03-24 14:44:36 +03:00
darkred07
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
6b47e56a63
fix: unlinkAccount should support optional accountId ( #1952 )
2025-03-23 15:46:56 +03:00
Shahriar
de5b8d2e5e
Update rate-limit.mdx
...
add `enabled: true`
2025-03-23 16:13:43 +03:30
Mohit
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
093f9de0e1
feat(oidc): allow passing additional user claims ( #1933 )
2025-03-22 20:44:00 +03:00
Daniel
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
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
Marc
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
ca302a7d65
docs: update expo resolve path ( #1930 )
2025-03-22 08:42:14 +03:00
Stephen Brown-Bourne
e769bc210b
docs(fix): remove repeated word ( #1928 )
2025-03-22 08:41:57 +03:00
Nicolas Vargas
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
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
Benjamin Lee
fe0272dae4
docs(fix): tanstack-start import on installation guide ( #1911 )
2025-03-21 09:05:29 +03:00
Ismail Sabet
e622c6b59d
docs(fix): update typos on organization plugin ( #1912 )
2025-03-21 09:03:46 +03:00
Mikiyas Tibebu
187ca360f4
docs(fix): correct typos in phone number plugin documentation ( #1910 )
2025-03-21 09:00:48 +03:00
Nelson Sousa
90f15abc95
chore(docs): typo in anonymous linking explanation ( #1871 )
2025-03-19 11:52:16 +03:00
Maxwell
cd82802507
fix(api-key): delete keys on client should use POST method instead ( #1858 )
2025-03-18 12:19:05 +03:00