Reactive Spring Security 5.1 by Example

Sdílet
Vložit
  • čas přidán 3. 10. 2018
  • 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
  • Věda a technologie

Komentáře • 27

  • @pavankumar-wg7yo
    @pavankumar-wg7yo Před 4 lety +1

    Is this reactive spring security will support saml

  • @anandathakur4937
    @anandathakur4937 Před 3 lety

    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...

  • @yourtubeun123
    @yourtubeun123 Před 5 lety +2

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

  • @JayFengBeat
    @JayFengBeat Před 5 lety

    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 Před 5 lety

      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 Před 5 lety

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

  • @emmanuelogoma2595
    @emmanuelogoma2595 Před 4 lety +1

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

  • @navage450
    @navage450 Před 5 lety

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

    • @quantamental9835
      @quantamental9835 Před 5 lety

      Yeah sombody should create and share it.

    • @2012kostyan
      @2012kostyan Před 5 lety

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

  • @ilanmeyrowitsch3010
    @ilanmeyrowitsch3010 Před 5 lety +1

    Pls can you share the code shown in the presentation

    • @2012kostyan
      @2012kostyan Před 5 lety +2

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

  • @trungnguyenhoang719
    @trungnguyenhoang719 Před 4 lety

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

  • @user-ks2db1nm1b
    @user-ks2db1nm1b Před 3 lety

    Where is the source code repository address?

  • @reebow
    @reebow Před 5 lety

    Does someone know the repository where the source code is?

    • @ZoltanAltfatter1
      @ZoltanAltfatter1 Před 5 lety +1

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

    • @simons854
      @simons854 Před 5 lety +1

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

  • @JohnWick-zc5li
    @JohnWick-zc5li Před 5 lety

    why using in mmory waste of time...

    • @DeathBender
      @DeathBender Před rokem

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