Charles Zhao
ead7c84973
refactor(console,phrases,schemas): increase file upload size limit to 10mb ( #6258 )
...
refactor(console,phrases,schemas): increase file upload size limit to 10 mb
2024-07-22 03:25:20 +00:00
Gao Sun
0d4b82488f
Merge pull request #6288 from logto-io/gao-upgrade-typescript
...
chore(deps): upgrade typescript and react
2024-07-22 11:00:23 +08:00
simeng-li
de61735353
refactor(core,schemas): refactor CodeVerification
( #6277 )
...
* refactor(core,schemas): refactor the CodeVerification class
split the CodeVerification class into EmailCodeVerification and PhoneCodeVerification
* refactor(core,schemas): split CodeVerification type
split CodeVerification type
* fix(core): code review updates
code review updates
2024-07-22 02:36:25 +00:00
Gao Sun
b73452ceb3
chore(deps): upgrade typescript
2024-07-20 22:04:56 +08:00
simeng-li
c93ffb4760
feat(core,schemas): implement social/sso link and sync logic ( #6257 )
...
* feat(core,schemas): implement social/sso link and sync logic
implement social/sso link and sync logic
* test(core): add intergration tests
add integration tests
2024-07-19 09:41:55 +00:00
Charles Zhao
17d7be3992
feat(console): implement custom ui assets upload component ( #6217 )
2024-07-18 15:56:09 +08:00
simeng-li
0a9da5245b
feat(core,schemas): implement the username password registration flow ( #6249 )
...
* feat(core,schemas): implement the username password registration flow
implement the username password registration flow
* chore(core): update some comments
update some comments
* fix(test): fix integration tests
fix integration tests
* fix(test): fix lint
fix lint
2024-07-16 16:18:30 +08:00
Charles Zhao
ce3a62bc7a
feat(core,schemas): add post custom ui assets api ( #6118 )
...
* feat(core,schemas): add post custom ui assets api
2024-07-15 16:06:09 +00:00
Gao Sun
dd4ae57a98
Merge pull request #6241 from logto-io/gao-upgrade-zod
2024-07-15 10:49:13 +08:00
Gao Sun
c2bcdb7c20
Merge pull request #6240 from logto-io/gao-upgrade-packages
2024-07-15 10:47:38 +08:00
simeng-li
5bae495cc9
feat(core,schemas): implement the sie settings guard ( #6215 )
...
* feat(core,schemas): implement the sie settings guard
implement the sie settings guard
* fix(test): fix integration test
fix integration test
* test(core): add sie guard ut
add sie guard ut
* chore(core): add some comment
add some comment
* refactor(core): rename the sign-in-experience-settings class
rename the sign-in-experience-settings class
2024-07-15 09:53:50 +08:00
renovate[bot]
f6901f591c
chore(deps): update vitest monorepo to v2 (major) ( #6202 )
...
* chore(deps): update vitest monorepo to v2
* refactor: remove unused lint ignorings
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gao Sun <gao@silverhand.io>
2024-07-14 14:58:09 +00:00
Gao Sun
e3109af026
chore(deps): upgrade zod
2024-07-12 20:56:01 +08:00
Gao Sun
dbf9b2b04b
chore(deps): upgrade packages
2024-07-12 20:53:42 +08:00
Gao Sun
d203c8d2ff
refactor: experience ssr ( #6229 )
...
* refactor: experience ssr
* refactor: fix parameter issue
2024-07-12 19:00:36 +08:00
simeng-li
dcb62d69d4
feat(core,schemas): introduce new PUT experience API ( #6212 )
...
* feat(core,schemas): introduce new PUT experience API
introduce new PUT experience API
* fix(core): fix some comments
fix some comments
2024-07-12 10:16:43 +00:00
Gao Sun
cee1c54dc0
refactor(console): improve branding experience
2024-07-11 17:06:21 +08:00
simeng-li
9c05106d88
feat(core,schemas): implement backup codes verification ( #6207 )
...
implement the backup code verification flow
2024-07-11 10:07:27 +08:00
simeng-li
be410acbbb
feat(core): implement TOTP verification routes ( #6201 )
...
* feat(core): implmenent totp verification routes
implement totp verification routes
* fix(core): update comments
update comments
2024-07-10 19:14:51 +08:00
Gao Sun
6060919a21
Merge pull request #6206 from logto-io/gao-refactor-logo-uploads
...
refactor(console): reorg logo uploads
2024-07-10 14:47:48 +08:00
Gao Sun
5f8eb518b5
Merge pull request #6196 from logto-io/gao-app-logo-and-color
...
feat: support app-level branding
2024-07-10 14:17:59 +08:00
Gao Sun
a4a4ef4cd4
refactor(console): reorg logo uploads
2024-07-09 15:03:46 +08:00
Gao Sun
4a8b7c0648
feat: support app-level branding
2024-07-08 16:52:15 +08:00
wangsijie
c1a01d6925
feat(console,schemas): add grant context to custom jwt ( #6184 )
2024-07-08 14:51:24 +08:00
Gao Sun
3a839f6d60
feat: organization logo
2024-07-07 21:40:26 +08:00
silverhand-bot
1fa9f85e14
release: version packages ( #5987 )
2024-07-06 09:07:56 +08:00
simeng-li
d16bc9b2e5
feat(core,schemas): implement social verification experience API endpoints ( #6150 )
...
feat(core,schemas): implement the social verification flow
implement the social verificaiton flow
2024-07-05 16:36:40 +08:00
simeng-li
d85cd323ae
feat(core): implement verification code verification API ( #6001 )
...
* feat(core,schemas): implement the verification code flow
implement the verification code flow
* chore(core): fix rebase issue
fix rebase issue
2024-07-05 11:47:59 +08:00
simeng-li
aec2cf4f5b
feat(core): implement new experience API routes ( #5992 )
...
* feat(core): implement new interaction-session management flow
implement a new interaction-session management flow for experience api use
* feat(core): implement password sign-in flow
implement password sign-in flow
* test(core,schemas): add sign-in password tests
add sign-in password tests
* chore(core): update comments
update comments
* refactor(core): rename the password input value key
rename the password input value key
* refactor(core,schemas): refactor the experience API
refactor the exerpience API structure
* chore(test): add devFeature test
add devFeature test
* refactor(core): rename the path
rename the path
* refactor(core,schemas): refactor using the latest API design
refactor using the latest API design
* chore(test): replace using devFeature test statement
replace using devFeature test statement
* fix(core): fix lint error
fix lint error
* refactor(core): refactor experience API implementations
refactor experience API implementations
* refactor(core): replace with switch
replace object map with switch
* refactor: apply suggestions from code review
* refactor(core): refactor the interaction class
refactor the interaction class
* refactor(core): update the user identification logic
update the user identification logic
---------
Co-authored-by: Gao Sun <gao@silverhand.io>
2024-07-05 11:02:36 +08:00
Charles Zhao
17921b5138
feat(schemas): custom ui assets db update ( #6010 )
2024-07-03 06:27:03 +00:00
wangsijie
685a97476a
feat(core,schemas): token exchange grant ( #6057 )
2024-07-01 16:36:34 +08:00
Darcy Ye
b52609a1ed
feat(core): add hasPassword field to custom JWT user context ( #6096 )
2024-06-25 14:58:25 +08:00
Gao Sun
d7d2af68a9
fix(schemas): explicitly set search path ( #6101 )
2024-06-24 18:11:43 +08:00
Gao Sun
5e0a4401f6
feat: organization role types
2024-06-22 22:59:43 +08:00
Gao Sun
b839f6c46f
refactor(core): return roles in organization app get api
2024-06-22 22:58:44 +08:00
wangsijie
b1a12fb375
feat(core): issue subject tokens ( #6045 )
2024-06-22 02:31:27 +00:00
Gao Sun
ec95536b84
Merge pull request #6071 from logto-io/gao-org-app-role-apis
...
feat(core): organization app role apis
2024-06-21 20:00:06 +08:00
Gao Sun
c1ffadeff6
Merge pull request #6067 from logto-io/gao-org-jit-sso
...
feat(core): organization jit sso apis
2024-06-21 09:54:33 +08:00
Darcy Ye
92f47ef7da
chore: rename legacy pro to grandfathered pro ( #6076 )
2024-06-20 10:51:07 +00:00
Gao Sun
07da7918e2
feat(core): init organization app role apis
2024-06-20 14:16:55 +08:00
Gao Sun
0d8263682d
feat(core): organization jit sso apis
2024-06-20 11:35:04 +08:00
Gao Sun
5362772f6d
Merge pull request #6064 from logto-io/gao-init-org-app-apis
...
feat(core): init organization app apis
2024-06-20 09:58:09 +08:00
Gao Sun
6dd2565dca
feat(core): init organization app apis
2024-06-19 22:29:44 +08:00
Darcy Ye
53ada32251
chore(schemas): add legacy-pro tag to reserved plan ID ( #6061 )
2024-06-19 11:47:48 +00:00
Xiao Yijun
1bdfb4374c
feat(schemas): add agree_to_terms_policy
for sie table ( #6036 )
2024-06-18 21:47:21 +08:00
Gao Sun
d9119b56ec
Merge pull request #6031 from logto-io/gao-google-one-tap-core
2024-06-18 09:59:32 +08:00
Gao Sun
4266ac8c06
Merge pull request #6024 from logto-io/gao-org-jit-roles
...
feat(core,console): organization jit roles
2024-06-17 11:51:54 +08:00
Gao Sun
b286dd314a
Merge pull request #6003 from logto-io/gao-org-mfa
...
feat(core,console): organization mfa requirement
2024-06-17 10:44:46 +08:00
Gao Sun
942780fcfa
feat(core): google one tap
2024-06-16 14:31:33 +08:00
Gao Sun
3ea37c5275
feat(core,console): organization jit roles
2024-06-14 14:50:33 +08:00