Commit Graph

6 Commits

Author SHA1 Message Date
Zack ba64963487
feat: oauth server (#866)
* feat: oauth serevr

* feat: working redirect after login

* feat: impl before sec checks

* feat: check client and url

* feat: code challenge verification

* feat: better error and nil handling from redis

* feat: use redirect in url instead

* fix: oauth refresh login

* feat: stop using javascript for parsing oauth information

* feat: oauth login redirect

* feat: remove unneeded logic

* feat: set up client secret

* feat: return error from redis json bytes instead

* chore: oauth local testing

* feat: add admin frontend to integration tests

* chore: lint and fmt

* fix: add ports for ci
2024-10-15 13:16:47 +08:00
khorshuheng 6e4c9840be chore: fix formating and add descriptive error message for parse failures 2024-09-09 11:44:26 +08:00
Zahin Mohammad 8507a32729 feat(admin): host and port set via env vars
This allows users to use ipv4 or ipv6
2024-09-04 12:33:44 -04:00
Zack Fu Zi Xiang e96e863c58
chore: remove deprecated 2024-07-11 22:14:22 +08:00
Zack Fu Zi Xiang af32cd62d0
feat: wip user usage indicator 2024-03-13 17:53:34 +08:00
Zack Fu Zi Xiang 7428fdbe33
chore: config module 2024-02-08 14:19:57 +08:00