0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00
Commit graph

51 commits

Author SHA1 Message Date
Gao Sun
2a463ade42 chore: update README 2021-07-25 22:44:07 +08:00
Gao Sun
6bf7254c04 chore: unify dep and version 2021-07-25 22:36:22 +08:00
Gao Sun
dea3f780a2 chore: fix core package name 2021-07-25 22:28:42 +08:00
Gao Sun
76ae129d1e chore: add lint-staged precommit hook 2021-07-25 22:27:51 +08:00
Gao Sun
0725a132b2 refactor: using monorepo 2021-07-25 21:58:27 +08:00
Gao Sun
d54699a091 refactor: refine sign-in errors 2021-07-25 17:39:59 +08:00
Gao Sun
314f425f1a feat: add default resource 2021-07-25 17:39:59 +08:00
Gao Sun
e77d2d9414 feat: auto-gen api doc 2021-07-25 17:39:59 +08:00
Gao Sun
2c0aa72bd8 refactor(routes): remove koa-compose dep and save guard config in middleware 2021-07-25 17:39:59 +08:00
Gao Sun
1d8ac4bc8e chore: update commit hooks 2021-07-25 17:39:59 +08:00
Gao Sun
4778ccddd1 chore: use shared config 2021-07-25 17:39:59 +08:00
Gao Sun
91dafc3fef docs: remove out-dated env sample 2021-07-25 17:39:58 +08:00
Gao Sun
10ef252630 refactor: read issuer from env and fallback to localhost 2021-07-25 17:39:58 +08:00
Gao Sun
d28bf9f42a chore: update engines 2021-07-25 17:39:58 +08:00
Gao Sun
a012b3eef7 chore: setup lint-staged 2021-07-25 17:39:58 +08:00
Gao Sun
b870f25ba3 fix: revert incorrect comments 2021-07-25 17:39:58 +08:00
Gao Sun
90636497fe refactor: re-org RequestError files 2021-07-25 17:39:58 +08:00
Gao Sun
d1c63caa44 feat: add /sign-in/abort api, close #32 2021-07-25 17:39:58 +08:00
Gao Sun
e0a3dc14ad refactor: display oidc errors in json, close #34 2021-07-25 17:39:58 +08:00
Gao Sun
ee48155589 refactor: add guard and error handler middleware 2021-07-25 17:39:58 +08:00
Gao Sun
a9af74bae7 chore: upgrade schemas 2021-07-25 17:39:58 +08:00
Gao Sun
ac2574d51c feat: fetch client info from DB, close #3 2021-07-25 17:39:58 +08:00
Gao Sun
39100b2da3 chore: upgrade slonik 2021-07-25 17:39:58 +08:00
Gao Sun
73d6185105 refactor: re-org OIDC adapter 2021-07-25 17:39:57 +08:00
Gao Sun
06589c5c4e feat: adopt schemas v1.0.6 2021-07-25 17:39:57 +08:00
Gao Sun
b49e75f287 api: register with username / password 2021-07-25 17:39:57 +08:00
Gao Sun
3158f9f0d5 chore: add post_logout_redirect_uris 2021-07-25 17:39:57 +08:00
Gao Sun
b5be4939b3 api: add sign in / consent 2021-07-25 17:39:57 +08:00
Gao Sun
f73ce64d51 feat: sign in API via user id + password 2021-07-25 17:39:57 +08:00
Gao Sun
3e200e2879 refactor: use conditional() from essentials 2021-07-25 17:39:57 +08:00
Gao Sun
bb5a9fd392 refactor: add @ path alias 2021-07-25 17:39:57 +08:00
Gao Sun
219769bdfe feat: pipe sign-in routes to playground url 2021-07-25 17:39:57 +08:00
Gao Sun
21e9d23b33 feat: redirect to configured sign in URL 2021-07-25 17:39:56 +08:00
Gao Sun
4f616696e2 feat: find user account from db, close #4 2021-07-25 17:39:56 +08:00
Gao Sun
9dd22d8012 Update README.md 2021-07-25 17:39:56 +08:00
Gao Sun
f356dabbbc feat: enable token introspection, close #2 2021-07-25 17:39:56 +08:00
Gao Sun
5caa4e5328 chore: add commitlint 2021-07-25 17:39:56 +08:00
Gao Sun
401f0edf62 Update README.md 2021-07-25 17:39:56 +08:00
Gao Sun
0444901430 Enable token revocation and OIDC CORS 2021-07-25 17:39:56 +08:00
Gao Sun
b080ae6e79 Update config 2021-07-25 17:39:56 +08:00
Gao Sun
bd21f5fe10 Use essentials 2021-07-25 17:39:56 +08:00
Gao Sun
c69d288237 Provide OIDC jwk and reorg code 2021-07-25 17:39:56 +08:00
Gao Sun
3d532542b3 Optmize adapter upsert query 2021-07-25 17:39:56 +08:00
Gao Sun
9cc58b8af0 Finish adapter 2021-07-25 17:39:56 +08:00
Gao Sun
e1451ea01d Init adapter 2021-07-25 17:39:55 +08:00
Gao Sun
54210799e2 Require PKCE 2021-07-25 17:39:55 +08:00
Gao Sun
49315edf40 Update package.json 2021-07-25 17:39:55 +08:00
Gao Sun
4cf0135302 Create main.yml 2021-07-25 17:39:55 +08:00
Gao Sun
2a3063ddba Specify yarn version 2021-07-25 17:39:55 +08:00
Gao Sun
f7bc09ae1f Mount odic-provider 2021-07-25 17:39:55 +08:00