Gao Sun
|
f422c3ae3f
|
refactor: refine sign-in errors
|
2021-07-25 17:39:59 +08:00 |
|
Gao Sun
|
405513c977
|
feat: add default resource
|
2021-07-25 17:39:59 +08:00 |
|
Gao Sun
|
6031b8a683
|
feat: auto-gen api doc
|
2021-07-25 17:39:59 +08:00 |
|
Gao Sun
|
b435414d91
|
refactor(routes): remove koa-compose dep and save guard config in middleware
|
2021-07-25 17:39:59 +08:00 |
|
Gao Sun
|
869a2425a2
|
chore: update commit hooks
|
2021-07-25 17:39:59 +08:00 |
|
Gao Sun
|
b8c1da5ecc
|
chore: use shared config
|
2021-07-25 17:39:59 +08:00 |
|
Gao Sun
|
177c8d335e
|
docs: remove out-dated env sample
|
2021-07-25 17:39:58 +08:00 |
|
Gao Sun
|
8c95b5d856
|
refactor: read issuer from env and fallback to localhost
|
2021-07-25 17:39:58 +08:00 |
|
Gao Sun
|
3e58d991d8
|
chore: update engines
|
2021-07-25 17:39:58 +08:00 |
|
Gao Sun
|
aad158085e
|
chore: setup lint-staged
|
2021-07-25 17:39:58 +08:00 |
|
Gao Sun
|
0ee771bc33
|
fix: revert incorrect comments
|
2021-07-25 17:39:58 +08:00 |
|
Gao Sun
|
a7ab69ecd5
|
refactor: re-org RequestError files
|
2021-07-25 17:39:58 +08:00 |
|
Gao Sun
|
0356010ee3
|
feat: add /sign-in/abort api, close #32
|
2021-07-25 17:39:58 +08:00 |
|
Gao Sun
|
9befa9c5f6
|
refactor: display oidc errors in json, close #34
|
2021-07-25 17:39:58 +08:00 |
|
Gao Sun
|
ae6e196f37
|
refactor: add guard and error handler middleware
|
2021-07-25 17:39:58 +08:00 |
|
Gao Sun
|
ce36754288
|
chore: upgrade schemas
|
2021-07-25 17:39:58 +08:00 |
|
Gao Sun
|
6639cb12df
|
feat: fetch client info from DB, close #3
|
2021-07-25 17:39:58 +08:00 |
|
Gao Sun
|
69015b5eee
|
chore: upgrade slonik
|
2021-07-25 17:39:58 +08:00 |
|
Gao Sun
|
f0f5ac111c
|
refactor: re-org OIDC adapter
|
2021-07-25 17:39:57 +08:00 |
|
Gao Sun
|
3231be014a
|
feat: adopt schemas v1.0.6
|
2021-07-25 17:39:57 +08:00 |
|
Gao Sun
|
916130b5fc
|
api: register with username / password
|
2021-07-25 17:39:57 +08:00 |
|
Gao Sun
|
b2c59b4e8e
|
chore: add post_logout_redirect_uris
|
2021-07-25 17:39:57 +08:00 |
|
Gao Sun
|
928a631bcc
|
api: add sign in / consent
|
2021-07-25 17:39:57 +08:00 |
|
Gao Sun
|
f419a91c5d
|
feat: sign in API via user id + password
|
2021-07-25 17:39:57 +08:00 |
|
Gao Sun
|
b1decc3706
|
refactor: use conditional() from essentials
|
2021-07-25 17:39:57 +08:00 |
|
Gao Sun
|
ba1d171353
|
refactor: add @ path alias
|
2021-07-25 17:39:57 +08:00 |
|
Gao Sun
|
27590ec4ad
|
feat: pipe sign-in routes to playground url
|
2021-07-25 17:39:57 +08:00 |
|
Gao Sun
|
fca5482e5c
|
feat: redirect to configured sign in URL
|
2021-07-25 17:39:56 +08:00 |
|
Gao Sun
|
ef5dd51b51
|
feat: find user account from db, close #4
|
2021-07-25 17:39:56 +08:00 |
|
Gao Sun
|
cf2c73c094
|
Update README.md
|
2021-07-25 17:39:56 +08:00 |
|
Gao Sun
|
359a1b2857
|
feat: enable token introspection, close #2
|
2021-07-25 17:39:56 +08:00 |
|
Gao Sun
|
e7afe3e745
|
chore: add commitlint
|
2021-07-25 17:39:56 +08:00 |
|
Gao Sun
|
3196d8101a
|
Update README.md
|
2021-07-25 17:39:56 +08:00 |
|
Gao Sun
|
2723d9c49f
|
Enable token revocation and OIDC CORS
|
2021-07-25 17:39:56 +08:00 |
|
Gao Sun
|
fb25411d6f
|
Update config
|
2021-07-25 17:39:56 +08:00 |
|
Gao Sun
|
39b2fa80bd
|
Use essentials
|
2021-07-25 17:39:56 +08:00 |
|
Gao Sun
|
469256f93a
|
Provide OIDC jwk and reorg code
|
2021-07-25 17:39:56 +08:00 |
|
Gao Sun
|
65cd21377c
|
Optmize adapter upsert query
|
2021-07-25 17:39:56 +08:00 |
|
Gao Sun
|
b892c882be
|
Finish adapter
|
2021-07-25 17:39:56 +08:00 |
|
Gao Sun
|
bda284c99b
|
Init adapter
|
2021-07-25 17:39:55 +08:00 |
|
Gao Sun
|
2e79dd3d16
|
Require PKCE
|
2021-07-25 17:39:55 +08:00 |
|
Gao Sun
|
d3287976cc
|
Update package.json
|
2021-07-25 17:39:55 +08:00 |
|
Gao Sun
|
b0f8e929ad
|
Create main.yml
|
2021-07-25 17:39:55 +08:00 |
|
Gao Sun
|
48f02d9505
|
Specify yarn version
|
2021-07-25 17:39:55 +08:00 |
|
Gao Sun
|
8bcfe0478f
|
Mount odic-provider
|
2021-07-25 17:39:55 +08:00 |
|
Gao Sun
|
afcfd12d87
|
Initial commit
|
2021-07-25 17:39:55 +08:00 |
|
Gao Sun
|
c815a52b37
|
feat: first commit
|
2021-07-25 17:39:17 +08:00 |
|