Mercateo / spring-security-jwt

JWT support for spring-security
Apache License 2.0
30 stars 16 forks source link

CORS does not work when not Authorized #21

Closed JoergAdler closed 4 years ago

JoergAdler commented 5 years ago

Please fix com.mercateo.spring.security.jwt.security.config.JWTSecurityConfiguration according to https://docs.spring.io/spring-security/site/docs/4.2.x/reference/html/cors.html by adding a cors().and() to the configuration.

Thanks