Gao Sun
8f1a4cb52e
Merge pull request #4665 from logto-io/gao-org-apis-7
...
feat(core): get organizations for user api
2023-10-17 04:24:49 -05:00
wangsijie
15ab4d587e
fix(core): validate mandatory mfa ( #4639 )
2023-10-17 01:18:53 -05:00
Charles Zhao
b991597342
refactor(schemas,core,console): unify the usage of OIDC "keyType" in both frontend and backend ( #4670 )
2023-10-16 22:27:46 -05:00
wangsijie
32fadf6f16
feat(core,schemas): verify webauthn ( #4635 )
...
* feat(core,schemas): bind webauthn
* feat(core,schemas): verify webauthn
2023-10-16 04:11:25 -05:00
Gao Sun
718053739c
Merge pull request #4659 from logto-io/gao-org-apis-5
...
feat(core): organization - user relation apis
2023-10-16 03:21:34 -05:00
Gao Sun
33e9a5d695
Merge pull request #4658 from logto-io/gao-add-relation-routes
...
refactor(core): `addRelationRoutes()` for `SchemaRouter`
2023-10-16 02:16:41 -05:00
Gao Sun
d69a73617e
Merge pull request #4657 from logto-io/gao-org-apis-4
...
feat(core): role - scope relation apis
2023-10-16 02:15:18 -05:00
Gao Sun
b2fb2f77f1
Merge pull request #4655 from logto-io/gao-refactor-queries
...
refactor(core): refactor organization queries
2023-10-16 02:14:35 -05:00
Gao Sun
a74e523bbe
Merge pull request #4651 from logto-io/gao-org-apis-3
...
feat(core): organization role APIs
2023-10-16 02:13:24 -05:00
wangsijie
af246ad863
feat(core,schemas): bind webauthn ( #4626 )
2023-10-16 04:00:59 +00:00
Gao Sun
406e54e84f
feat(core): get organizations for user api
2023-10-15 23:15:09 +08:00
Gao Sun
a3a4c8a431
refactor(core): add pagination to relation queries
2023-10-15 22:51:02 +08:00
Gao Sun
d792e754a2
refactor(core): reorg routes
2023-10-15 15:29:08 +08:00
Gao Sun
d393741366
feat(core): organization - user - organization role apis
2023-10-15 13:54:58 +08:00
Charles Zhao
35f57639e5
fix(core): dispose tenant cache on demand in order to hot reload oidc provider ( #4641 )
...
* fix(core): dispose tenant cache on demand
* chore: add comments for the tenant cache invalidation mechanism
* refactor(core): refactor dispose tenant cache implementation per review comments
* refactor(core): change `invalidateCache` to a class member method
* test(core): add test cases for Tenant class
2023-10-14 12:34:03 +00:00
Gao Sun
34ca8b9c6f
refactor(core): reduce parameter
2023-10-14 20:17:07 +08:00
Gao Sun
e6d3db6e80
feat(core): organization - user relation apis
2023-10-14 20:06:14 +08:00
Gao Sun
eae1c5849e
refactor(core): addRelationRoutes()
for SchemaRouter
2023-10-14 19:32:08 +08:00
Gao Sun
523f6924b6
refactor(core): update RelationQueries
comments
2023-10-14 17:59:03 +08:00
Gao Sun
6ffdf0581a
feat(core): role - scope relation apis
2023-10-14 17:00:03 +08:00
Gao Sun
b059a30817
refactor(core): refactor organization queries
2023-10-13 19:35:27 +08:00
Gao Sun
57af573fe1
feat(core): organization role APIs
2023-10-13 18:57:34 +08:00
Gao Sun
f0e6cf3199
Merge pull request #4640 from logto-io/gao-org-apis-2
...
feat(core): add organization scope APIs
2023-10-13 05:08:47 -05:00
wangsijie
03e654b459
refactor(core,experience): generate totp qrcode on server side ( #4646 )
2023-10-13 01:19:03 -05:00
Gao Sun
5fca07ee8d
refactor(core): throw duplicate error
2023-10-12 15:12:29 +08:00
Gao Sun
1fcb28b31b
Merge pull request #4637 from logto-io/gao-implement-schema-queries-class
...
refactor(core): generic schema queries and actions
2023-10-12 02:10:13 -05:00
Gao Sun
996d550382
feat(core): add organization scope APIs
2023-10-12 14:57:13 +08:00
Gao Sun
fd7d5a4ab1
refactor(core): fix id guard issue for post api
2023-10-12 14:56:34 +08:00
renovate[bot]
dac50d2d25
chore(deps): update dependency @logto/cloud to v0.2.5-d434baa ( #4463 )
...
* chore(deps): update dependency @logto/cloud to v0.2.5-d434baa
* chore: update lock file
update lock file
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: simeng-li <simeng@silverhand.io>
2023-10-12 06:30:23 +00:00
Gao Sun
b4655b4e0f
Merge pull request #4636 from logto-io/gao-optimize-schema-types
...
refactor(schemas,shared)!: optimize schema types
2023-10-12 01:07:59 -05:00
dependabot[bot]
6826f15efb
chore(deps): bump zod from 3.20.2 to 3.22.3 ( #4615 )
...
* chore(deps): bump zod from 3.20.2 to 3.22.3
Bumps [zod](https://github.com/colinhacks/zod ) from 3.20.2 to 3.22.3.
- [Release notes](https://github.com/colinhacks/zod/releases )
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md )
- [Commits](https://github.com/colinhacks/zod/compare/v3.20.2...v3.22.3 )
---
updated-dependencies:
- dependency-name: zod
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): align zod versions
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-10-12 04:12:05 +00:00
Gao Sun
9a995ef65f
refactor(core,schemas): generate updateGuard
and update schema actions
2023-10-11 19:34:11 +08:00
Gao Sun
c3b9e57fe3
Merge pull request #4620 from logto-io/gao-org-apis-1
...
feat(core): org basic apis
2023-10-11 05:58:07 -05:00
Gao Sun
e02bf4c987
chore: remove unused file
2023-10-11 18:41:26 +08:00
Gao Sun
c057024b7c
refactor(core): generic schema queries and actions
2023-10-11 17:04:45 +08:00
Gao Sun
7178657935
refactor!: optimize schema types
2023-10-11 16:41:31 +08:00
Charles Zhao
005bb660cd
Merge pull request #4594 from logto-io/charles-log-6861-api-to-rotate-private-keys
...
feat(core,phrases): add apis to fetch, delete and rotate oidc private keys
2023-10-11 02:52:46 -05:00
Charles Zhao
f01ada5760
feat(core,phrases,shared): add apis to fetch, delete and rotate oidc private keys
2023-10-11 15:28:24 +08:00
Gao Sun
4110409bd1
refactor(core): organization crud apis
2023-10-11 12:48:20 +08:00
Gao Sun
8e931d757f
refactor(core): add unit tests for SchemaRouter
2023-10-10 14:09:28 +08:00
Gao Sun
bb22ce3acc
feat(core): org basic apis
2023-10-10 14:09:28 +08:00
Darcy Ye
f1f75aa37e
refactor: eliminate connector-kit dependency on logto/cloud ( #4622 )
2023-10-10 13:55:21 +08:00
Charles Zhao
c913406926
refactor(core): support oidc configuration hot replace ( #4590 )
2023-10-09 10:05:07 +00:00
simeng-li
04ec524e67
fix(core): fix new linked social email conflict error ( #4623 )
2023-10-09 11:15:02 +08:00
Charles Zhao
46d0d4c0b9
refactor(schemas,core,cli): alter signing key type to json object ( #4582 )
2023-10-08 12:51:04 -05:00
renovate[bot]
3e45c3848d
fix(deps): update dependency nanoid to v5 ( #4491 )
...
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-10-08 00:42:32 -05:00
silverhand-bot
6993b15ecd
release: version packages ( #4621 )
2023-10-08 00:28:22 -05:00
Gao Sun
2c340d3799
refactor(core): support roles
scope for ID token ( #4600 )
...
* refactor(core): support `roles` scope for ID token
* chore: update changeset
2023-10-07 10:20:51 +00:00
silverhand-bot
f3ec4c6734
release: version packages ( #4575 )
2023-10-07 00:39:33 -05:00
wangsijie
6a32f50d15
feat(core,schemas,phrases): verify totp to sign in ( #4570 )
2023-09-27 09:12:25 +08:00