Commit Graph

28 Commits (a76b86f18a2ca8092bd3e1c705b99b5392e500d1)

Author SHA1 Message Date
Steven 87b23940a6 chore: upgrade backend dependencies
Steven 4f05c972d5 chore: fix jwt acl
Steven 45d7d0d5f6 chore: migrate get current user
Athurg Gooth 91296257fc
chore: remove invalid access token from db ()
Remove invalid access token from db
Steven c24181b2be chore: fix jwt checks
Steven 5b3af827e1 chore: move common packages to internal
Steven 745902e8b1 chore: update access token order
Steven ae1e22931f chore: auto remove current access token when sign out
Steven cd0ea6558d chore: update golangci-lint config
Steven e65282dcc5 chore: fix user state loader
Steven f5802a7d82 chore: update access token ui
Steven 33d9c13b7e chore: remove openid field from user
Steven 42bd9b194b feat: impl user access token api
boojack 723c444910
chore: update server tests ()
boojack 7c5296cf35
chore: update id type to int32 ()
boojack 5f819fc86f
chore: update auth middleware ()
* chore: update auth middleware

* chore: update

* chore: update
boojack cc3a47fc65
feat: impl auth interceptor ()
* feat: impl auth interceptor

* chore: update

* chore: update

* chore: update
boojack 04b7a26c03
chore: fix request path ()
boojack 9138ab8095
fix: rss route ()
* fix: rss route

* chore: update
Jianwei Zhang 8bcc2bd715
fix: access token will expired after 24h ()
boojack 40a30d46af
chore: update db connection params ()
boojack 7e391bd53d
chore: remove resource public id ()
* chore: remove resource public id

* chore: update
boojack 0e05c62a3b
chore: update common utils ()
boojack a7573d5705
refactor: migrate memo to apiv1 ()
* refactor: migrate memo to apiv1

* chore: update

* chore: update

* chore: update

* chore: upate

* chore: update

* chore: update
Athurg Gooth 2033b0c8fa
fix: skip auth on /api/v1/status to avoid sign up while token invalid ()
Skip auth on /api/v1/status to avoid sign up while token invalid
boojack 66e65e4dc1
refactor: migrate definition to api v1 ()
* refactor: user api v1

* refactor: system setting to apiv1

* chore: remove unused definition

* chore: update

* chore: refactor: system setting

* chore: update

* refactor: migrate tag

* feat: migrate activity store

* refactor: migrate shortcut apiv1

* chore: update
boojack 9a8d43bf88
chore: update user store names ()
* chore: update user store names

* chore: update
boojack 5fe644a3b6
chore: add jwt middleware in apiv1 ()