cyper

Results 43 comments of cyper

I once needed this, after some research, I found what I really need is how to use spring cloud gateway as resource server and verify token from this single point....

@zhenhe Yes, a single UserHeaderFilter will do the job, and here is an example: https://stackoverflow.com/a/71485398/2497876

so hard to find here, the examples around the world all use something like `access("#u == authentication.name")`. however I found this popular way of doing things not exist any more...

We still based on jdk11 and I created new spring starter project and chose latest spring boot 2.7.6 (I dig into the pom and found it includes spring security 5.7.5)...

Here is my journey. I want to use `authenticationManager` in my custom LoginController (for some simple JWT login), Here is my user. ``` spring.security.user.name=user spring.security.user.password={noop}password ``` Here is my curl...

The reason I didn't configure UserDetailsService at first because spring security gives me this impression: _it always has something by default._ AuthenticationFilter -> UsernamePasswordAuthenticationFilter by default AutenticationManager -> ProviderManager by...

@whitlockjc Hello, any chance this will be merged, I think upload multiple files is a common use case. I need to upload multiple files. I specified API definition in `swagger.yaml`...

Fixed. 😄 the above issues resolved with the following configuration(without this PR) ```yaml - name: myfile in: formData type: file items: type: string format: binary required: true ```

我就是在 vite5 + react18 项目中用的, 并不比 使用 Ant design 的 Button 麻烦, 直接包含 ProChat 组件就好使, no brainer, 码就完事