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
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
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
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
Charles Zhao
212da8c9e4
chore(console): cleanup unused code
2022-08-12 13:56:15 +08:00
Xiao Yijun
cb60b993cb
chore(core): update inaccurate content in readPrivateKeys
method ( #1768 )
2022-08-12 11:59:14 +08:00
renovate[bot]
0acd432a3f
chore(deps): update parcel monorepo to v2.7.0 ( #1733 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-11 22:54:30 +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
renovate[bot]
36530fd6ef
chore(deps): update dependency @types/jest to v28 ( #1759 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-10 14:55:10 +08:00
IceHe.Life
cdf210df10
feat(schemas): guard string max length ( #1737 )
2022-08-10 06:10:19 +00:00
simeng-li
62d2afe957
fix(ui): add sandbox props to iframe ( #1757 )
...
add sandbox props to iframe
2022-08-10 10:59:59 +08:00
IceHe.Life
ba50de5d66
refactor(test): inline link-mock-connectors.sh ( #1746 )
...
* refactor(test): inline link-mock-connectors.sh
* refactor(test): use lerna add instead of pnpm link
* refactor(connector): align folder name with package name for connector-mock-email
2022-08-09 11:23:05 +08:00
simeng-li
0270bf1be3
fix(ui): extract ReactModal elementApp and fix act warning in ut ( #1756 )
...
extract ReactModal elementApp and fix act warning in ut
2022-08-09 11:00:43 +08:00
simeng-li
4b972f2e23
fix(ui,console,demo-app): update react render method ( #1750 )
...
update react root render method
2022-08-08 17:31:37 +08:00
renovate[bot]
d666c30129
chore(deps): update dependency @logto/node to v1.0.0-beta.2
2022-08-08 08:58:00 +00:00
Charles Zhao
1115191a62
chore(console,demo-app): bump react sdk to 1.0.0-beta.2
2022-08-08 16:35:06 +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
Charles Zhao
fd9b8435ac
refactor: add allowObjectInHTMLChildren
prop to resolve i18n type issues
2022-08-08 12:19:55 +08:00
simeng-li
e4629f2a5f
fix(ui): fix ui test
...
fix ui test
2022-08-08 11:55:36 +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
Charles Zhao
f0347a7a6f
Merge pull request #1724 from logto-io/charles-log-3866-update-protect-api-and-pages-section-in-nextjs-guide
...
docs(console): update next.js integration guide
2022-08-05 20:14:08 +08:00
IceHe.Life
11a11fc6c2
refactor: simplify jest.config.ts ( #1741 )
2022-08-05 18:43:32 +08:00
Gao Sun
8b515435cd
fix: build and types
2022-08-05 17:59:03 +08:00
Gao Sun
9b4683b709
chore(deps): upgrade packages
2022-08-05 15:50:31 +08:00
renovate[bot]
72fc343513
chore(deps): update react monorepo to v18
2022-08-05 06:13:30 +00: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
Wang Sijie
380e2581fa
feat(console): add app secret to guide ( #1735 )
2022-08-05 11:29:22 +08: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
Wang Sijie
01dfeed19b
feat(console): show app secret ( #1723 )
2022-08-04 13:18:13 +08:00
Charles Zhao
0f35efec59
chore: bump react sdk version to 1.0.0-beta.0
2022-08-04 12:18:31 +08:00
Charles Zhao
d35654ffb2
Merge pull request #1725 from logto-io/charles-update-default-web-app-port-from-1234-to-3000
...
chore(console): update default app running port number from 1234 to 3000
2022-08-04 00:46:33 +08:00
Xiao Yijun
f71d9891a8
test: integration test for deleting user identities ( #1728 )
2022-08-03 17:20:22 +08:00
IceHe.Life
3b7f86e2a2
refactor(core): replace deprecated .nonempty() with .min(1) for ZodString ( #1727 )
2022-08-03 15:20:34 +08:00
simeng-li
f257e4deb2
test(test): add social integration tests ( #1721 )
...
* test(test): add social integration tests
add social integration tests
* fix(test): align format
align format
* fix(test): cr update
cr update
* fix(test): cr update
cr update
* fix(test): cr update
cr update
2022-08-03 05:43:28 +00:00
Charles Zhao
5f7752c102
chore(console): update default app running port number from 1234 to 3000
2022-08-02 21:48:39 +08:00
Charles Zhao
fe6a44efec
docs(console): update next.js integration guide
2022-08-02 20:44:57 +08:00
Xiao Yijun
a62793a3f0
chore(console): remove unused language texts in i18n locale files ( #1722 )
2022-08-02 09:23:20 +00:00
Wang Sijie
543ee04f53
feat(core,schemas): add application secret ( #1715 )
2022-08-02 16:18:50 +08:00
simeng-li
3af5b1b425
fix(ui): connector name should fallback to en ( #1718 )
...
connector name should fallback to en
2022-08-02 13:46:29 +08:00