Reactive Spring Security 5.1 by Example

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • In this talk we will be taking an insecure, reactive application and gradually start applying Spring Security to it. Along the way we will discuss reactive programming, highlight the new features in Spring Security 5.1, and answer frequently asked questions. Whether you are new to Spring Security or a seasoned Spring Security user, this presentation is a must.
    Speakers:
    Rob Winch
    Spring Security Project Lead, Pivotal
    Filmed at SpringOne Platform 2018

КОМЕНТАРІ • 27

  • @yourtubeun123
    @yourtubeun123 6 років тому +2

    The source can be found at github.com/rwinch/spring-security51-by-example-reactive

  • @emmanuelogoma2595
    @emmanuelogoma2595 4 роки тому +1

    Thanks for the nice presentation, How can I access the code for future reference

  • @pavankumar-wg7yo
    @pavankumar-wg7yo 4 роки тому +1

    Is this reactive spring security will support saml

  • @anandathakur4937
    @anandathakur4937 3 роки тому

    1:08:47 - in case any other client (UI or someother API) wants to accces this /user's/ API ... Which API they need to call first to get the bearer token...

  • @JayFengBeat
    @JayFengBeat 5 років тому

    Great video, I would like to ask about password encryption and transmission. What if the frontend and the backend are separated? Let's say you have an Angular/React/whatever frontend that manages the sign-up and login UI, and the backend is secured by spring reactive security, should I encrypted the password with bcrypt in the frontend, before sending to the backend with REST call?

    • @vietanhvu48
      @vietanhvu48 5 років тому

      In my opinion.I think no
      Because you created an @Bean PasswordEncoder it will automatically encrypt the password when you send the request user to the server

    • @apuravable
      @apuravable 5 років тому

      Not required. However please ensure REST calls go via https to avoid man in the middle attack

  • @ilanmeyrowitsch3010
    @ilanmeyrowitsch3010 6 років тому +1

    Pls can you share the code shown in the presentation

    • @svichkar_tech
      @svichkar_tech 6 років тому +2

      Here you are
      github.com/rwinch/spring-security51-by-example-reactive

  • @user-ks2db1nm1b
    @user-ks2db1nm1b 3 роки тому

    Where is the source code repository address?

  • @navage450
    @navage450 5 років тому

    how does you get so much suggestions in your IDE ? Is there any plugin for that ?

    • @quantamental9835
      @quantamental9835 5 років тому

      Yeah sombody should create and share it.

    • @svichkar_tech
      @svichkar_tech 5 років тому

      These are not suggestions.. but code snippets prepared before presentation ;)

  • @trungnguyenhoang719
    @trungnguyenhoang719 4 роки тому

    Can I have the template from this demo and the demo code?

  • @reebow
    @reebow 6 років тому

    Does someone know the repository where the source code is?

    • @ZoltanAltfatter1
      @ZoltanAltfatter1 5 років тому +1

      I found this: github.com/rwinch/spring-security5-reactive-bits

    • @simons854
      @simons854 5 років тому +1

      Actually it is github.com/rwinch/spring-security51-by-example-reactive

  • @JohnWick-zc5li
    @JohnWick-zc5li 5 років тому

    why using in mmory waste of time...

    • @DeathBender
      @DeathBender 2 роки тому

      well they changed it later, yet this very inmemory example is the docs up to today