Skip to content

Commit e81f0b1

Browse files
committed
feat: Security不放通logout,以强制携带token
1 parent a0114f1 commit e81f0b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/src/main/resources/application-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ uni-boot:
4747
header: token
4848
expiration: 86400
4949
secret: 12345678123456781234567812345678
50-
ignore-urls: /auth/**,/demo/**,/common/download**
50+
ignore-urls: /auth/login,/demo/**,/common/download**

0 commit comments

Comments
 (0)