Coder Social home page Coder Social logo

Comments (5)

raphaelDL avatar raphaelDL commented on May 24, 2024

We use serverWebExchange.getRequest() because in this step we are filtering the current request, that's why we need to extract the contents form the Authorization Header.
Care to elaborate more about your question?

from spring-webflux-security-jwt.

monstrfolk avatar monstrfolk commented on May 24, 2024

After logging in the only authorization header I see in the request is "Basic dXNlcjp1c2Vy". This fails token validation at https://github.com/raphaelDL/spring-webflux-security-jwt/blob/master/src/main/java/io/rapha/spring/reactive/security/auth/jwt/JWTCustomVerifier.java#L45

from spring-webflux-security-jwt.

raphaelDL avatar raphaelDL commented on May 24, 2024

Yes, and in the response you’ll get a Bearer token in the authorization header, you copy/use that token in your next request instead of basic credentials

from spring-webflux-security-jwt.

raphaelDL avatar raphaelDL commented on May 24, 2024

You first login using basic in order to get a token, then put that token in another request authorization header to consume the api

from spring-webflux-security-jwt.

monstrfolk avatar monstrfolk commented on May 24, 2024

Thanks for explanation. The Mono.empty() was messing me up because api/* pages were returning data after login without Authorization header with Bearer.

from spring-webflux-security-jwt.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.