This website requires JavaScript.
Explore
Help
Sign In
github_mirrors
/
vue-vben-admin
Watch
1
Star
0
Fork
0
You've already forked vue-vben-admin
mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced
2025-01-24 02:00:25 +08:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
54a9ff088f
vue-vben-admin
/
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 08:31:05 +08: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 22:59:42 +08:00
ACCESS_TOKEN_SECRET
=
access_token_secret
REFRESH_TOKEN_SECRET
=
refresh_token_secret
Reference in New Issue
Copy Permalink