Bereket Engida
c488e306ea
docs: add llms.txt
2025-02-25 22:35:30 +03:00
Bereket Engida
f9b5d82641
chore: update lock file
2025-02-25 22:19:38 +03:00
Bereket Engida
74b0bf5e47
fix(generic-oauth): store additional token details during account linking
2025-02-25 22:18:55 +03:00
Maxwell
96a1ad5ce2
docs(fix): typo in jsdoc for anonymous plugin ( #1575 )
2025-02-25 21:54:39 +03:00
dependabot[bot]
ff727ba11e
chore(deps): bump solid-js in /examples/astro-example ( #1574 )
...
Bumps [solid-js](https://github.com/solidjs/solid ) from 1.8.23 to 1.9.4.
- [Release notes](https://github.com/solidjs/solid/releases )
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/solidjs/solid/compare/v1.8.23...v1.9.4 )
---
updated-dependencies:
- dependency-name: solid-js
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-02-25 21:54:09 +03:00
Krishna Santosh
2c81dcab7c
docs(fix): add missing word 'change' ( #1572 )
2025-02-25 16:27:33 +03:00
Ignat S.
388942ebaa
fix: correct option name in the reset password error message ( #1573 )
...
Seems like `sendResetPasswordToken` isn't seen anywhere esle in the project and is supposed to be just `sendResetPassword`.
2025-02-25 16:15:31 +03:00
Bereket Engida
df2f5a4c79
chore: release v1.1.22-beta.2
v1.1.22-beta.2
2025-02-25 13:43:16 +03:00
Bereket Engida
c3a44b5563
docs: update security policy
2025-02-25 13:43:10 +03:00
Bereket Engida
16131fa8bd
chore(deps): upgrade vitest to v3.0.7 and update related dependencies
2025-02-25 12:19:13 +03:00
PitonsSkipper
1ecc717483
fix: add last semi-colon to the compiled migrations to support Cloudflare D1 migration ( #1569 )
...
* Update get-migration.ts
Add last semi-colon to the compiled migrations
* Update test snapshot migrations.sql
2025-02-25 12:12:02 +03:00
Bereket Engida
1a3aff29a7
feat(client): add basePath option on createAuthClient ( #1571 )
...
* chore(dependencies): update @better-fetch/fetch to 1.1.15
* feat(client): add basePath option
2025-02-25 10:38:57 +03:00
Bereket Engida
c7d348a565
fix(two-factor): should respect remember me value when a user logins in with 2fa ( #1566 )
...
* fix(two-factor): respect remember me value when using 2fa login
* fix(two-factor): clean up temporary cookies
2025-02-25 09:52:38 +03:00
Bereket Engida
52ed183bdc
chore: release v1.1.22-beta.1
v1.1.22-beta.1
2025-02-24 23:50:04 +03:00
Bereket Engida
79b8700d36
fix(origin-check): support callback URLs with query parameters
2025-02-24 23:38:50 +03:00
Maxwell
cdedfd2582
docs: add author avatar on community plugins ( #1565 )
2025-02-24 22:23:44 +03:00
Bereket Engida
4c5f0c279f
chore: release v1.1.21
v1.1.21
2025-02-24 22:13:05 +03:00
Bereket Engida
ee0d6be569
fix(open-api): add authentication schemes
2025-02-24 22:11:55 +03:00
Bereket Engida
ade3974ed5
chore: release v1.1.21-beta.1
v1.1.21-beta.1
2025-02-24 21:57:18 +03:00
Bereket Engida
b381cac7aa
fix(origin-check): add tests for callback URLs with malicious patterns
2025-02-24 21:56:39 +03:00
Bereket Engida
ddebd0358d
chore: release v1.1.20
v1.1.20
2025-02-24 14:54:02 +03:00
Bereket Engida
da62e635be
fix(session): include expiresAt in session data for HMAC verification
2025-02-24 12:38:25 +03:00
Bereket Engida
1fadaeecfa
chore: release v1.1.20-beta.5
v1.1.20-beta.5
2025-02-24 12:28:59 +03:00
Bereket Engida
790a942933
chore: release v1.1.20-beta.4
2025-02-24 12:28:55 +03:00
Bereket Engida
795ff4269a
test(origin-check): add test for callback URL with double slashes
2025-02-24 12:28:55 +03:00
Bereket Engida
24659aefc3
fix(origin-check): prevent URLs with double slashes from being trusted
2025-02-24 12:28:55 +03:00
Bereket Engida
d9c57e1f56
fix(origin-check): exclude URLs with double slashes
2025-02-24 12:28:55 +03:00
Zohaib Akber
84dc11bb3e
docs(fix): session secondary storage value for redis ( #1359 )
2025-02-24 08:10:11 +03:00
Bereket Engida
3009797045
chore(docs): fix syntax error on code example
2025-02-24 08:09:44 +03:00
Wolfgang Rathgeb
8ba7a9ceae
feat(email-otp): add option to set a function to generate OTPs ( #1472 )
...
* add option to create a otp
* add description
* use tabs instead of spaces
* rename create to generate and replace all uses fo generateRandomString
* remove length
* fix type in forgot-password
* add generateOTP option and tests for email OTP functionality
---------
Co-authored-by: Bereket Engida <bekacru@gmail.com >
2025-02-24 08:02:04 +03:00
Jan
5a537c5408
docs: added missing column in 2fa plugin schema ( #1552 )
...
* Added missing column in 2fa plugin schema documentation
* Formatting
2025-02-24 00:34:29 +03:00
Kamil Kisiela
6c67ea1112
feat(sso): sign in using the providerId ( #1533 )
2025-02-24 00:13:01 +03:00
Bereket Engida
f822f0a246
chore: release v1.1.20-beta.3
v1.1.20-beta.3
2025-02-23 23:43:00 +03:00
Bereket Engida
6440a1074d
fix(one-tap): remove random string generator for nonce to fix expo client
2025-02-23 23:42:52 +03:00
Bereket Engida
12ed731b6c
chore: release v1.1.20-beta.2
v1.1.20-beta.2
2025-02-23 12:41:39 +03:00
Bereket Engida
ac848bb9f4
fix(one-tap): update import path for generateRandomString to fix unsupported crypto import for react native
2025-02-23 12:41:26 +03:00
Maxwell
e7b2d8177d
docs(fix); sessionMiddleware import path in plugins docs ( #1544 )
...
Thanks @perkinsjr !
2025-02-23 08:46:47 +03:00
Hussein Raji
450c42680e
docs: fix correct "set password" code snippet ( #1537 )
2025-02-22 20:10:17 +03:00
Maxwell
97911b4da1
docs(rename): node to express in integration docs ( #1535 )
2025-02-22 20:09:45 +03:00
Hussein Raji
7230ca9069
docs: fix typo ( #1529 )
2025-02-22 00:45:07 +03:00
Rahul Mishra
66e313cc7a
chore: fix cjs export for oauth-proxy plugin ( #1530 )
2025-02-22 00:44:21 +03:00
SaltyAom
eba3fc919f
doc(elysia): using mount and macro to simplify code ( #1531 )
2025-02-21 21:18:11 +03:00
Bereket Engida
316e717543
chore: release v1.1.20-beta.1
v1.1.20-beta.1
2025-02-21 17:07:35 +03:00
Bereket Engida
9653f44a0f
fix: add callback URL to update email verification link
2025-02-21 17:06:40 +03:00
Bereket Engida
3ca6c4276f
fix: add email verification for in place email updates
2025-02-21 16:58:52 +03:00
Rahul Mishra
755582b77c
chore: cache turbo output to speed up CI ( #1526 )
2025-02-21 15:43:43 +03:00
Bereket Engida
5d529f0189
docs(landing): add testimonial from Theo
2025-02-21 12:00:21 +03:00
Bereket Engida
0208d09012
docs(landing): update testimonials
2025-02-21 11:52:47 +03:00
Bereket Engida
5e4b8ef0df
docs(landing): update testimonials
2025-02-21 11:31:36 +03:00
Bereket Engida
745c9f35b4
docs: update testimonials
2025-02-21 11:28:17 +03:00