This website requires JavaScript.
Explore
Help
Sign In
yudao
/
admin-vben
mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
Watch
3
Star
0
Fork
You've already forked admin-vben
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3201b843a8
admin-vben
/
apps
/
backend-mock
/
.env
4 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
feat: use simpler nitro instead of nestjs to implement mock service
2024-07-20 00:31:05 +00:00
PORT
=
5320
feat: refactor and improve the request client and support refreshToken (#4157) * feat: refreshToken * chore: store refreshToken * chore: generate token using jsonwebtoken * chore: set refreshToken in httpOnly cookie * perf: authHeader verify * chore: add add response interceptor * chore: test refresh * chore: handle logout * chore: type * chore: update pnpm-lock.yaml * chore: remove test code * chore: add todo comment * chore: update pnpm-lock.yaml * chore: remove default interceptors * chore: copy codes * chore: handle refreshToken invalid * chore: add refreshToken preference * chore: typo * chore: refresh token逻辑调整 * refactor: interceptor presets * chore: copy codes * fix: ci errors * chore: add missing await * feat: 完善refresh-token逻辑及文档 * fix: ci error * chore: filename --------- Co-authored-by: vince <vince292007@gmail.com>
2024-08-19 14:59:42 +00:00
ACCESS_TOKEN_SECRET
=
access_token_secret
REFRESH_TOKEN_SECRET
=
refresh_token_secret