0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00
logto/packages/schemas/tables
simeng-li 8e07825f17
refactor(schemas): add new sso_connector_id column to the users_sso_identities table (#4843)
* refactor(schemas): add new sso_connector_id column to the users_sso_identities table

add new sso_connector_id column to the users_sso_identities table

* refactor(schemas): add new sso_connector_id row to the users_sso_identities table

add new sso_connector_id row to the users_sso_identities table

* fix(schemas): fix alteration script

fix alteration script

* fix(schemas): fix alteration script

fix alteration script

* feat(core): add single sign on authentication api (#4814)

* feat(core): add single sign on authentication api

add single sign on authentication api

* feat(core): finish up the single sign on authentication api

finish up the single sign on authentication api

* chore(core): fix typo

fix typo

* test(core): add ut for getSsoAuthorizationUrl method

add ut for getSsoAuthorizationUrl method

* fix(core): fix the userSsoIdentities sql

fix the userSsoIdentities sql

* test(core): add unit tests

add unit tests

* fix(core): saml sso rebase fix

saml sso rebase fix

* fix(core): fix rebase issue
 fix rebase issue

* feat(core): add sso email guard to interaction endpoint (#4838)

* feat(core): add sso email guard to interaction endpoint

add sso email guard to interaction endpoint

* fix(core): fix unit tests

fix unit tests

* chore(core): split files

split files
2023-11-08 08:55:45 +00:00
..
_after_all.sql chore(cli,cloud,schemas): change default tenant name (#3890) 2023-05-26 17:38:52 +08:00
_after_each.sql refactor(schemas): use restrictive policies 2023-03-08 19:16:42 +08:00
_before_all.sql
_functions.sql chore(cli,cloud,schemas): change default tenant name (#3890) 2023-05-26 17:38:52 +08:00
applications.sql
applications_roles.sql fix(schemas): specify function db schema of check_role_type (#4469) 2023-09-11 08:58:17 +00:00
connectors.sql refactor(schemas,core,console): use JsonObject instead of ArbitraryObject (#3730) 2023-04-24 11:11:27 +08:00
custom_phrases.sql
daily_active_users.sql feat(core,schemas): record daily active users (#4113) 2023-07-07 15:14:29 +08:00
domains.sql fix(schemas): modify domain table unique index (#3954) 2023-06-14 11:12:08 +09:00
hooks.sql refactor(schemas): update hook schema (#3788) 2023-05-09 09:25:45 +08:00
logs.sql feat: init sentinel 2023-09-16 17:15:53 +08:00
logto_configs.sql feat(core,phrases,shared): add apis to fetch, delete and rotate oidc private keys 2023-10-11 15:28:24 +08:00
oidc_model_instances.sql
organization_role_scope_relations.sql feat(schemas): init organization tables 2023-10-07 17:49:28 +08:00
organization_role_user_relations.sql feat(schemas): init organization tables 2023-10-07 17:49:28 +08:00
organization_roles.sql refactor(schemas): make description nullable 2023-10-08 13:47:22 +08:00
organization_scopes.sql refactor(schemas): make description nullable 2023-10-08 13:47:22 +08:00
organization_user_relations.sql feat(schemas): init organization tables 2023-10-07 17:49:28 +08:00
organizations.sql refactor(schemas): make description nullable 2023-10-08 13:47:22 +08:00
passcodes.sql refactor: add alteration scripts 2023-02-12 18:43:02 +08:00
resources.sql feat: support default API Resource 2023-06-04 20:46:36 +08:00
roles.sql fix(schemas): specify function db schema of check_role_type (#4469) 2023-09-11 08:58:17 +00:00
roles_scopes.sql
scopes.sql
sentinel_activities.sql refactor(schemas): improve regexp 2023-09-19 12:03:58 +08:00
service_logs.sql refactor(schemas,core,console): use JsonObject instead of ArbitraryObject (#3730) 2023-04-24 11:11:27 +08:00
sign_in_experiences.sql feat(schemas): add mfa to sign in experience table (#4396) 2023-09-12 10:36:47 +08:00
sso_connectors.sql refactor(schemas): add new sso_connector_id column to the users_sso_identities table (#4843) 2023-11-08 08:55:45 +00:00
systems.sql refactor(schemas,core,console): use JsonObject instead of ArbitraryObject (#3730) 2023-04-24 11:11:27 +08:00
user_sso_identities.sql refactor(schemas): add new sso_connector_id column to the users_sso_identities table (#4843) 2023-11-08 08:55:45 +00:00
users.sql refactor(core,schemas): add user logto_data column to store mfa (#4792) 2023-11-02 16:16:21 +08:00
users_roles.sql fix(schemas): specify function db schema of check_role_type (#4469) 2023-09-11 08:58:17 +00:00
verification_statuses.sql fix(core,schemas): remove sessionId usage from verification status table (#3345) 2023-03-13 11:20:52 +08:00