0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00
Commit graph

2178 commits

Author SHA1 Message Date
renovate[bot]
8c2fba81fd
chore(deps): update dependency puppeteer to v17 (#1835)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-01 10:32:02 +08:00
Darcy Ye
923bedcda4
chore(connector-core): connector error codes use i18n key as enum string literals (#1833) 2022-08-31 17:12:13 +08:00
Wang Sijie
fa51b96255
build(connector): use ncc to package connector (#1840) 2022-08-31 13:20:55 +08:00
Kyungyoon Kim
1f9e820eb6
feat(connector): add kakao connector (#1826)
* feat(connector): add kakao connector

* fix(connector): kakao when user profile is null bug fix

* chore(connector): update kakao connector readme

* chore(connector): delete changelog

* chore(connector): delete unused lib

* test(connector): update test

* fix: pnpm lock

* fix: fix test

Co-authored-by: wangsijie <wangsijie@silverhand.io>
2022-08-31 10:59:59 +08:00
Wang Sijie
d952d8660d
refactor(phrases,shared,connector-core): move language key to shared (#1838) 2022-08-30 16:53:49 +08:00
silverhand-bot
3d92f35589
release: v1.0.0-beta.6 2022-08-30 05:44:34 +00:00
Gao Sun
940eb9b160
chore: update publish workflow (#1836) 2022-08-30 10:29:17 +08:00
Gao Sun
0f6b640905
refactor(shared,connector-core): prepare for publishing (#1828)
* refactor(shared): remove `private: true`

* refactor(connector-core): change license to MIT

* chore(shared,connector-core): add publishConfig
2022-08-29 23:50:55 +08:00
Darcy Ye
9fa1bdfa19
chore(core): function naming should stick to camel case (#1834) 2022-08-29 11:27:33 +00:00
Xiao Yijun
5d1b7c3767
test: increase request timeout in integration tests (#1832) 2022-08-29 10:26:55 +00:00
Wang Sijie
770e0507c7
chore(connector): remove unused shared dep (#1827) 2022-08-29 13:21:42 +08:00
Wang Sijie
71041beef9
style(console): fix detail page height in small window (#1820) 2022-08-29 11:36:35 +08:00
Wang Sijie
7cf567dca7
style(console): fix border style copy field padding (#1815) 2022-08-27 11:09:23 +08:00
Darcy Ye
186164536c
chore(connector): use literal enum for ConnectorErrorCodes (#1823)
chore(connector): use literal enum for ConnectorErrorCodes
2022-08-27 11:05:41 +08:00
Darcy Ye
dfa65938bf
chore(connector): fix text encoding identifier cases (#1824)
* chore(connector): fix text encoding identifier cases

* chore(connector): fix UT signing results due to the changes in parameters
2022-08-26 18:27:50 +08:00
IceHe.Life
d0e7d7a9dd
refactor(phrases,console): move terms_of_use translations (#1822) 2022-08-26 16:37:04 +08:00
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
Wang Sijie
82cd31545d
fix(console): change step title to sentence case (#1814) 2022-08-25 17:05:42 +08:00
Gao Sun
a66890dc53
refactor(core): use consts for session prefix (#1811)
* refactor(core): use consts for session prefix

* refactor(core): fix session route util
2022-08-24 22:49:05 +08:00
Wang Sijie
4161d0b297
style(console): fix copytoclipboard padding (#1813) 2022-08-24 22:48:46 +08:00
Wang Sijie
8e4ef2ff25
feat(console): express integration guide (#1807)
* feat(console): express integrate guide

* fix: cr

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>

* fix: cr

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>

* fix: cr

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2022-08-24 17:20:30 +08:00
Gao Sun
a2043a6804
Merge pull request #1810 from logto-io/gao-log-3981-core-check-sign-in-mode-and-guard
feat(core): guard session with sign-in mode
2022-08-24 14:26:57 +08:00
Gao Sun
1d412662b6
refactor(core): fix test 2022-08-23 20:03:07 +08:00
Xiao Yijun
224ba4c608
refactor(core): flatten router parameter context types (#1809) 2022-08-23 18:42:39 +08:00
Gao Sun
9ead8aeef5
Merge pull request #1808 from logto-io/gao-refactor-session-routes
refactor(core): session routes
2022-08-23 18:32:43 +08:00
Gao Sun
a8a3de3544
feat(core): guard session with sign-in mode 2022-08-23 18:29:05 +08:00
Gao Sun
3d6763934f
refactor(core): session routes 2022-08-23 17:34:00 +08:00
Gao Sun
67305ec407
feat(console): allow to disable create account (#1806) 2022-08-23 15:42:01 +08:00
Gao Sun
fa0b2342f3
chore: update README (#1801)
* chore: update README

* chore: update README
2022-08-22 08:14:03 +00:00
Gao Sun
35a4b7289a
refactor: watch all packages when dev (#1796) 2022-08-22 14:58:39 +08:00
Gao Sun
6c423a8207
chore: update README (#1799) 2022-08-21 21:41:16 +08:00
silverhand-bot
a9241c5862
release: v1.0.0-beta.5 2022-08-19 13:49:33 +00:00
Gao Sun
4afdf3cb4c
feat(core): set user default roles from env (#1793) 2022-08-19 16:53:19 +08:00
Gao Sun
84c0d8f845
refactor(core): replace argon2 with hash-wasm (#1794) 2022-08-19 13:47:24 +08:00
Wang Sijie
31f243957c
fix(console): show platform icons in connector table (#1792) 2022-08-19 13:39:50 +08:00
Gao Sun
87d3a53b65
feat(core): hasura authn (#1790)
* feat(core): hasura authn

* refactor(core): fix test error
2022-08-18 14:10:17 +00:00
Xiao Yijun
213df4e1be
docs(connector): change redirect uri prefix to endpoint on google connector readme file (#1789) 2022-08-17 19:15:02 +08:00
Xiao Yijun
72e7341c3d
refactor(core): import getEnvAsStringArray from silverhand/essentials (#1787)
* refactor(core): import `getEnvAsStringArray` from `silverhand/essentials`

* chore: bump `@silverhand/essentials` to `1.2.0`
2022-08-17 11:40:50 +08:00
Gao Sun
9770052e4c
chore: update README (#1786) 2022-08-16 10:37:20 +08:00
Gao Sun
2c6171c2f9
refactor(core,console)!: remove /me apis (#1781)
* refactor(core,console)!: remove `/me` apis

* fix(phrases): add missing fr phrase
2022-08-15 20:45:29 +08:00
Gao Sun
a6bb2f7ec2
feat(core): enable userinfo endpoint (#1783)
* feat(core): enable userinfo endpoint

* fix(deps): move snake-case to production deps
2022-08-15 20:45:13 +08:00
Gao Sun
8bdc46bc3f
ci: fix pr assignee (#1785) 2022-08-15 10:25:35 +00:00
Gao Sun
65c27e6178
chore: update README (#1782) 2022-08-15 14:14:04 +08:00
simeng-li
163c23b9bd
fix(core): fix ac & ui proxy under subpath deployment (#1761)
fix ac & ui procy under subpath deployment
2022-08-15 09:50:18 +08:00
Gao Sun
5447a7c5fe
chore: fix and dedup workflow runs (#1774)
* chore: fix and dedup workflow runs

* chore: dedup workflow runs
2022-08-14 22:19:34 +08:00
Olyno
0503b30121
feat(phrases): add french language (#1767)
* feat(phrases): add french language

* feat(phrases): add missing french translation

* feat(phrases): add missing import

* fix(phrases): fix liniting

* fix(phrases): linting

* fix(phrases): apply review changes

* fix(phrases): linting

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2022-08-14 12:36:10 +00:00
Gao Sun
166da40210
refactor(core): update app secret length to 21 (#1773) 2022-08-12 23:38:10 +08:00
Gao Sun
65d579f50d
chore: fix workflow (#1772) 2022-08-12 15:29:19 +00:00
Gao Sun
6a2e604926
test(ui): init smoke testing (#1771)
* test(ui): init smoke testing

* fix(test): logto url env key
2022-08-12 18:07:16 +08:00
renovate[bot]
a9f99db54e
fix(deps): update dependency slonik to v30 (#1744)
* fix(deps): update dependency slonik to v30

* fix(core): await for `createPool()`

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gao Sun <gao@silverhand.io>
2022-08-12 09:27:54 +00:00