Commit Graph
6933 Commits
Author SHA1 Message Date
Bereket Engida f150dbf773 chore: release v1.0.8-beta.2 v1.0.8-beta.2 2024-11-29 21:44:27 +03:00
Bereket Engida 4ee3a09b2f fix: use object parameters for password verification to clarify hash and password roles 2024-11-29 21:44:20 +03:00
Bereket Engida d2045e7d69 chore: release v1.0.8-beta.1 v1.0.8-beta.1 2024-11-29 20:51:31 +03:00
Bereket Engida 783378458d chore: update snapshot 2024-11-29 20:32:19 +03:00
Bereket Engida 221edcad6c chore:lint 2024-11-29 20:28:18 +03:00
Yan LyraandGitHub 09cb5f9e83 docs(builder): enhance UI and accessibility for auth options (#686) 2024-11-29 20:24:30 +03:00
Bereket EngidaandGitHub fa2e4b498f fix: allow metadata in update organization request (#700) 2024-11-29 20:23:39 +03:00
ChlorineandGitHub 74eb485597 fix: conditionally set Drizzle text type to varchar for MySQL migrations (#672) 2024-11-29 20:22:52 +03:00
Bereket EngidaandGitHub 4b7ca02e33 fix: missing export type for admin plugin (#683) 2024-11-29 20:14:45 +03:00
Bruno FantauzziandGitHub c1b5cc4fe3 docs: fix typo (#687) 2024-11-29 20:14:12 +03:00
MBLVDandGitHub 19e9aadc4f docs: fix typo (#692)
Corrected "retunr" to "return" in the customSession function to fix the typo
2024-11-29 20:13:55 +03:00
Bereket EngidaandGitHub 44fa372923 fix: passkey verification shouldn't be required (#699)
* fix: normalize usernames

* fix(passkey): user verification dont need to be requried
2024-11-29 20:11:28 +03:00
Bereket Engida 8d44eec328 fix: session storage expiry time should be converted to date 2024-11-29 20:10:43 +03:00
Bereket Engida c415b6681c fix: normalize usernames 2024-11-29 20:10:43 +03:00
Lukas ScholtenandGitHub 01e8e4df26 fix: add check if updateAccount input is empty (#697) 2024-11-29 20:06:16 +03:00
NamuandGitHub 9a31e45c06 docs: fix typo in session docs (#696) 2024-11-29 16:24:53 +03:00
KinfeMichael TarikuandGitHub 492cda1474 docs: landing improvements (#695) 2024-11-29 08:30:21 +03:00
Bereket Engida f833373dee fix(open-api): rename generate schema api 2024-11-28 22:08:11 +03:00
Bereket Engida 89a312e8d3 docs: fix landing responsiveness 2024-11-28 19:02:30 +03:00
Bereket Engida a39c2e6d59 docs: fix broken link 2024-11-28 15:10:19 +03:00
JaniandGitHub 9b00f1e169 fix: ensure persistence to secondary storage upon cache eviction (#669) 2024-11-28 08:50:49 +03:00
Bereket Engida 622610e591 chore: release v1.0.7 v1.0.7 2024-11-28 08:25:26 +03:00
Bereket Engida 2596070a74 fix: query param should be removed from rate limiter key 2024-11-28 08:14:01 +03:00
Bereket Engida d51762f65c chore: fix types 2024-11-27 22:46:06 +03:00
Bereket Engida 9c68467ceb chore: release v1.0.6 v1.0.6 2024-11-27 22:15:26 +03:00
Bereket Engida b1519bbb51 fix: avoid catching email callbacks 2024-11-27 22:14:40 +03:00
Bereket Engida 962712d098 fix: convert id to string on verification values 2024-11-27 22:14:40 +03:00
Bereket Engida 339a7fb586 fix: vue client store type inference 2024-11-27 22:14:40 +03:00
Sam GreenandGitHub bf9e145f8f docs: fix typos in basic-usage.mdx (#675) 2024-11-27 20:12:52 +03:00
Bereket Engida f2802e2181 docs: fix community link 2024-11-27 17:30:58 +03:00
Bereket Engida d70d2c9f9a chore: remove custom session from demo 2024-11-27 17:02:34 +03:00
Lukas ScholtenandGitHub bc3cdc751a docs: add customSessionClient import (#673) 2024-11-27 15:35:19 +03:00
Bereket Engida 4e3e71c821 test: add update passkey test 2024-11-26 23:08:38 +03:00
Diego PeterandGitHub f738b645f5 feat: update passkey (#548) 2024-11-26 22:47:04 +03:00
Bereket Engida bc010da56d docs: add activeOrganizationId on org schema 2024-11-26 20:40:18 +03:00
Bereket Engida cdc3dedb08 fix: enforce field validators 2024-11-26 16:30:35 +03:00
Bereket Engida b439db0a7f chore: release v1.0.5 v1.0.5 2024-11-26 15:18:56 +03:00
Bereket Engida 982bdd497a chore:lint 2024-11-26 15:12:42 +03:00
enchartandGitHub d3929d0fd9 feat(cli): account for usePlural option in drizzle schema generation (#664) 2024-11-26 15:12:22 +03:00
Bereket EngidaandGitHub 2f80970eb8 fix: cleanup existing session, on set-session if a session already exists for the same user (#655) 2024-11-26 15:11:25 +03:00
Bereket EngidaandGitHub 23ff6039ba fix: additional fields default values not being applied (#663) 2024-11-26 15:11:05 +03:00
Bereket Engida f7a32a5af8 docs: improve plugins docs 2024-11-26 15:10:44 +03:00
Bereket Engida 6af44cd436 fix(admin): ban time expiration should compare with unix timestamp 2024-11-26 14:49:46 +03:00
JaniandGitHub 50a2ca13ba fix: always prefer custom generateId function (#662) 2024-11-26 14:38:40 +03:00
f176131589 fix: UserWithRole type to reflect db schema (#658)
Co-authored-by: Greg Jackson <greg@Gregs-MacBook-Pro.local>
2024-11-26 14:36:31 +03:00
Bereket Engida e7438e2a3e feat: include error-code on all endpoints 2024-11-26 14:30:44 +03:00
Bereket Engida 7fea8f4e35 docs: remove logo from landing installer 2024-11-26 12:32:34 +03:00
Bereket Engida a3b15332e6 docs: update landing hero section 2024-11-26 11:51:07 +03:00
Bereket Engida e858547dd8 docs: remove hero installer 2024-11-26 11:19:48 +03:00
LovelessCodesandGitHub ae4d5bae35 chore: rename secert.ts to secret.ts (#661) 2024-11-26 10:41:21 +03:00