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 |
|
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
|
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
|
35a4b7289a
|
refactor: watch all packages when dev (#1796)
|
2022-08-22 14:58:39 +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 |
|
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
|
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
|
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 |
|
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
|
166da40210
|
refactor(core): update app secret length to 21 (#1773)
|
2022-08-12 23:38:10 +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 |
|
Xiao Yijun
|
cb60b993cb
|
chore(core): update inaccurate content in readPrivateKeys method (#1768)
|
2022-08-12 11:59:14 +08:00 |
|
silverhand-bot
|
e42172e757
|
release: v1.0.0-beta.4
|
2022-08-11 13:48:19 +00:00 |
|
Xiao Yijun
|
8870f9cef0
|
chore(core): remove redundant try catch in readPrivateKeys (#1764)
|
2022-08-11 12:03:29 +00:00 |
|
Xiao Yijun
|
f6db981600
|
feat(core)!: use comma separated values as a string array in the env file (#1762)
|
2022-08-11 19:43:55 +08:00 |
|
Xiao Yijun
|
5624ea423a
|
refactor(core): remove redundant isBuffer('base64url') (#1749)
|
2022-08-08 07:33:12 +00:00 |
|
Xiao Yijun
|
00bab4c095
|
feat(core): support signing key rotation (#1732)
|
2022-08-08 14:00:24 +08:00 |
|
Charles Zhao
|
c7e5ae3b6b
|
Merge pull request #1731 from logto-io/renovate/major-react-monorepo
chore(deps): update react monorepo to v18 (major)
|
2022-08-08 13:58:15 +08:00 |
|
Gao Sun
|
925dc052d7
|
refactor: upgrade i18next
|
2022-08-06 00:47:58 +08:00 |
|
IceHe.Life
|
6327eb6c57
|
refactor(core,schemas,ui): fix non-consistent type definitions (#1742)
|
2022-08-05 23:42:16 +08:00 |
|
IceHe.Life
|
11a11fc6c2
|
refactor: simplify jest.config.ts (#1741)
|
2022-08-05 18:43:32 +08:00 |
|
Gao Sun
|
08bea22195
|
chore(deps): upgrade packages (#1738)
* chore(deps): upgrade packages
* refactor: update per lint report
* chore(deps): upgrade configs
* fix(ui): lint rules compatibility
* chore: remove unused override
* chore(deps): upgrade jest config
|
2022-08-05 05:58:31 +00:00 |
|
renovate[bot]
|
21a0c8f635
|
fix(deps): update dependency slonik to v29 (#1700)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-08-04 19:29:02 +08:00 |
|
IceHe.Life
|
3b7f86e2a2
|
refactor(core): replace deprecated .nonempty() with .min(1) for ZodString (#1727)
|
2022-08-03 15:20:34 +08:00 |
|
Wang Sijie
|
543ee04f53
|
feat(core,schemas): add application secret (#1715)
|
2022-08-02 16:18:50 +08:00 |
|
silverhand-bot
|
1e568e02c9
|
release: v1.0.0-beta.3
|
2022-08-01 15:02:50 +00:00 |
|
Kyungyoon Kim
|
d1900e1854
|
chore(phrases): add translation ko_KR (#1677)
chore(connector): add translation ko_KR
chore(phrases): add translation ko_KR
test: add mock translation for ko_KR
Update packages/phrases-ui/src/locales/ko-kr.ts
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
Update packages/phrases-ui/src/locales/ko-kr.ts
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
chore(phrases): update translation ko_KR
chore(phrases): edit translation ko_KR, make more friendly
chore(phrases): fix typo
chore(phrases): make translation smooth ko_KR
chore(phrases): edit translation ko_KR
chore(console): add translation ko_KR
chore(phrases): add korean language for login ui
|
2022-07-30 14:48:50 +00:00 |
|
Ufuk ARSLAN
|
411a8c2fa2
|
feat(phrases): tr language (#1707)
* feat(phrases): tr language added except admin
* feat(phrases): tr language added for admin and connectors
* refactor(phrases): tr language fix
|
2022-07-30 21:48:45 +08:00 |
|
IceHe.Life
|
77250c6135
|
test(core): improve the coverage of koa-log (#1683)
|
2022-07-27 15:09:19 +08:00 |
|
simeng-li
|
61177ca2a1
|
chore(test): add dotenv (#1681)
* chore(test): integration test update
add dotenv
* chore(core): update pnpm lock
update pnpm lock
|
2022-07-27 02:09:13 +00:00 |
|
Ufuk ARSLAN
|
875a828831
|
feat(connector): azure active directory connector added (#1662)
* feat(connector): azure active directory connector added
* refactor(connector): apply code review suggestions
* refactor: removed PKCE
* chore: update package and lockfile
* refactor(connector): fix typo
* refactor(connector): polish code
Co-authored-by: Gao Sun <gao@silverhand.io>
|
2022-07-26 23:31:25 +08:00 |
|
silverhand-bot
|
c2050b7ccc
|
release: v1.0.0-beta.2
|
2022-07-25 17:03:50 +00:00 |
|
Darcy Ye
|
fe5a10e92e
|
chore(connector): fix connector validator type (#1667)
|
2022-07-25 13:51:59 +08:00 |
|
IceHe.life
|
379410e090
|
refactor(test): remove unnecessary expect.objectContaining (#1659)
|
2022-07-22 18:10:30 +08:00 |
|
Gao Sun
|
4bf6483ff4
|
feat(core): api GET /me (#1650)
|
2022-07-21 13:35:39 +00:00 |
|
renovate[bot]
|
6e96d73a7c
|
fix(deps): update dependency koa-router to v12 (#1596)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-07-20 23:02:06 +08:00 |
|
simeng-li
|
c56ddec84a
|
fix(core): resolve some core no-restricted-syntax lint error (#1606)
* fix(core): resolve some core no-restricted-syntax lint error
resolve some core no-restricted-syntax lint error
* fix(core): cr fix
|
2022-07-20 10:28:48 +00:00 |
|
Wang Sijie
|
bb245adbb9
|
feat(core): refresh token rotation reuse interval (#1617)
* feat(core): refresh token rotation reuse interval
* refactor: apply suggestions from code review
Co-authored-by: Gao Sun <gao@silverhand.io>
|
2022-07-20 15:50:39 +08:00 |
|
Xiao Yijun
|
708523ed52
|
feat(core): support integration test env config (#1619)
|
2022-07-20 14:21:13 +08:00 |
|
silverhand-bot
|
3af4f547ed
|
release: v1.0.0-beta.1
|
2022-07-19 01:05:03 +00:00 |
|
IceHe.xyz
|
0ed9452cc7
|
refactor(core): remove unused getEnabledSocialConnectorIds (#1585)
|
2022-07-18 18:28:10 +08:00 |
|
Gao Sun
|
e7c5e63304
|
refactor: remove import react (#1558)
|
2022-07-15 10:01:42 +00:00 |
|
Gao Sun
|
6c39790180
|
feat(core): add response guard (#1542)
* feat(core): add response guard
* refactor(core): print error if not prod
|
2022-07-15 17:01:51 +08:00 |
|
Darcy Ye
|
a01130ce8f
|
chore(connector): rename connector packages (#1550)
|
2022-07-15 14:48:52 +08:00 |
|