0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00
logto/packages/connector-mock-email
Wang Sijie 8db355287c
refactor(connector): apply new design (#1817)
* feat(core,connector-core): add connector core (#1803)

* feat(core,connector-core): add connector core

* fix: create connector function

* refactor(connector): change connectors dependency from connector-types to connector-core (#1812)

* refactor(connector,core): change the connectors dependency from connector-types to connector-core

* refactor(core): do not need to test validator for specific connector implementation

* refactor(connector): remove unnecessary code snippets

* refactor(connector): keep UT placeholder for passwordless connectors

Co-authored-by: wangsijie <wangsijie@silverhand.io>

* fix(core): fix IT description and undestructure error (#1818)

fix(connector): fix connector routes and IT typos

* fix(connector): remove @logto/connector-types as it will not be used anymore (#1819)

fix(connector): remove @logto/connector-types as it will not be used anymore

* chore(connector): rename db in logto connector (#1821)

chore(connector): rename LogtoConnector db to dbEntry

Co-authored-by: Darcy Ye <darcyye@silverhand.io>
2022-08-26 16:25:08 +08:00
..
docs refactor(test): inline link-mock-connectors.sh (#1746) 2022-08-09 11:23:05 +08:00
src refactor(connector): apply new design (#1817) 2022-08-26 16:25:08 +08:00
CHANGELOG.md release: v1.0.0-beta.5 2022-08-19 13:49:33 +00:00
logo.svg refactor(test): inline link-mock-connectors.sh (#1746) 2022-08-09 11:23:05 +08:00
package.json refactor(connector): apply new design (#1817) 2022-08-26 16:25:08 +08:00
README.md refactor(test): inline link-mock-connectors.sh (#1746) 2022-08-09 11:23:05 +08:00
tsconfig.base.json refactor(test): inline link-mock-connectors.sh (#1746) 2022-08-09 11:23:05 +08:00
tsconfig.build.json refactor(test): inline link-mock-connectors.sh (#1746) 2022-08-09 11:23:05 +08:00
tsconfig.json refactor(test): inline link-mock-connectors.sh (#1746) 2022-08-09 11:23:05 +08:00

Mock mail connector

For integration tests only.