You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- security:
- auth:
- auth-require-url: /api/v1/user/auth/auth-require
- invalid-session-url: /api/v1/user/auth/invalid-session
- password-login-url: /api/v1/user/auth/login/password
- logout-url: /api/v1/user/auth/logout
- ignore-auth-urls:
- - /**/anonymous/**
- - /api/v1/poclicy/**
- - /api/v1/zzsfw/**
- - /v2/api-docs
- - /swagger-ui.html
- - /webjars/**
- - /swagger-resources/**
- - /webjars/
- - /api/v1/user/auth/register
- - /api/v1/user/auth/auth-require
- - /api/v1/user/auth/invalid-session
- - /api/v1/user/auth/login/password
- - /api/v1/user/auth/forget-password
- - /doc.html
- - /ok.html
- - /open/api/**
- - /api/v1/wechat/**
- - /api/v1/irs/**
- ignore-csrf-urls:
- - /**/anonymous/**
- - /api/v1/poclicy/**
- - /api/v1/zzsfw/**
- - /api/v1/user/auth/**
- - /v2/api-docs
- - /swagger-ui.html
- - /webjars/**
- - /swagger-resources/**
- - /webjars/
- - /doc.html
- - /ok.html
- - /api/v1/**
- - /file/**
- - /optLog/**
- - /dict/**
|