Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
3668a58
dynamic org resources
viktormarinho Dec 8, 2025
ee599ca
chore: release v1.5.0
viktormarinho Dec 8, 2025
39f5504
chore: release v1.5.1
viktormarinho Dec 8, 2025
757b766
chore: release v1.5.2
viktormarinho Dec 8, 2025
e67d66d
chore: release v1.5.3
viktormarinho Dec 8, 2025
23e2edb
chore: configure code coverage for project (#6339)
jonathansamines Dec 8, 2025
744903e
chore: release v1.5.4
viktormarinho Dec 8, 2025
8ea6cf9
chore: release v1.5.5
viktormarinho Dec 8, 2025
6f28311
feat(sso): use domain verified flag to trust providers automatically
Paola3stefania Dec 8, 2025
b4afd8d
chore: release v1.5.6
viktormarinho Dec 8, 2025
988f048
chore: release v1.5.7
viktormarinho Dec 8, 2025
e7b4865
chore: release v1.5.8
viktormarinho Dec 8, 2025
44e9f40
chore: release v1.5.9
viktormarinho Dec 8, 2025
b36c849
wip
viktormarinho Dec 8, 2025
ae03a52
chore: add nonce check and verifying jwt claims for google (#6614)
jonathansamines Dec 8, 2025
4d5e298
docs: fix enterprise page ui logo (#6620)
bytaesu Dec 8, 2025
fdd386e
docs: improve ThemeToggle component and header layout (#6451)
bytaesu Dec 8, 2025
d57572d
docs: add WorkOS migration guide (#6577)
bytaesu Dec 8, 2025
9d3d1d4
fix: array field handling across adapters and schema generation (#6601)
ping-maxwell Dec 8, 2025
24f486e
docs: align trusted by section layout (#6621)
bytaesu Dec 8, 2025
880e7c7
fix: storeStateStrategy default to database if provided (#6619)
himself65 Dec 8, 2025
c56622b
fix(sso): deprecate trustEmailVerified (#6616)
Paola3stefania Dec 8, 2025
f45d5c2
fix(username): await username validator (#6611)
jslno Dec 8, 2025
44aa11d
docs: add `better-auth-university` community plugin (#6594)
Fyrlex Dec 8, 2025
13efb85
fix: should always remove 2FA verification token after successful ver…
delfortrie Dec 9, 2025
56abd4f
fix(kysely): wrong affected row count in updateMany & deleteMany (#6572)
jslno Dec 9, 2025
51c119f
docs: remove/rephrase wrong statement about permissions and projects …
rodrigoehlers Dec 9, 2025
5fb835a
feat(admin): prevent impersonating admins by default [breaking] (#6454)
jslno Dec 9, 2025
e8a5559
fix(prisma): use findFirst instead of findMany for findOne (#6429)
Bekacru Dec 9, 2025
137863c
feat(multi-session): allow to infer additional fields (#6585)
jslno Dec 9, 2025
381f25f
feat(expo): last-login-method client plugin (#6413)
jslno Dec 9, 2025
57ca9e4
chore: release v1.4.6-beta.4
Bekacru Dec 9, 2025
e26fc6f
Revert "feat(multi-session): allow to infer additional fields (#6585)"
Bekacru Dec 9, 2025
fb14141
chore: add context7 config
Bekacru Dec 9, 2025
4cb3587
chore: cleanup account cookie and state on signout (#6624)
Bekacru Dec 9, 2025
d3646df
docs: correct typo in backup code recovery method description (#6374)
NotCryze Dec 9, 2025
b7b360a
docs: creem subscription database schema changes (#6375)
sudoFerraz Dec 9, 2025
a3086cc
fix(magic-link): handle query params in errorCallbackUrl (#6383)
martinriviere Dec 9, 2025
a9c986a
perf: add index on organizations slug field (#6303)
matteobad Dec 9, 2025
b1102e3
feat: Add Refresh Token Support to Kick OAuth Provider (#6263)
CesarRodrigu Dec 9, 2025
e884e9a
chore: bump tsdown (#6623)
himself65 Dec 9, 2025
1de61b2
undo unnececesary version bumps
viktormarinho Dec 9, 2025
e3155e4
undo fork renaming
viktormarinho Dec 9, 2025
6095296
undo version pinning
viktormarinho Dec 9, 2025
dd5fc87
Implement auto-expansion of permissions for custom resources in dynam…
viktormarinho Dec 9, 2025
72a41b5
format lint etc and refactor canCreateRole
viktormarinho Dec 9, 2025
7ab6896
refactor access control stuff
viktormarinho Dec 9, 2025
40fc49b
revert root package.json changes
viktormarinho Dec 9, 2025
eec2023
fix tests
viktormarinho Dec 9, 2025
0669ecc
use safe json parse
viktormarinho Dec 9, 2025
650832d
use more safe json parse
viktormarinho Dec 9, 2025
d5f7d93
Merge branch 'canary' into dynamic-org-resources
viktormarinho Dec 9, 2025
bf7f59c
cubic fixes
viktormarinho Dec 9, 2025
a80666f
run lint fix
viktormarinho Dec 9, 2025
e9c46e5
fix and refactor some stuff
viktormarinho Dec 10, 2025
9367290
custom validate overrides
viktormarinho Dec 10, 2025
1497a85
fix update role removing dynamic permissions
viktormarinho Dec 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .cspell/custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ merch
prefs
uncompromised
myapp
Neue
Neue
user_01KBT4BMFF7ASGRDD0WZ6W63FF
3 changes: 2 additions & 1 deletion .cspell/third-party.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ giget
segoe
conar
nuxtzzle
Deel
Deel
WorkOS
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM || github.repository_owner }}
run: pnpm test
run: pnpm coverage

- name: Stop Docker Containers
run: docker compose down
Expand Down
Loading