Reactive Spring Security 5.1 by Example

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 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

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

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

    Is this reactive spring security will support saml

  • @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

  • @无名-c1f
    @无名-c1f 4 роки тому

    Where is the source code repository address?

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

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

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

      Yeah sombody should create and share it.

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

      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 6 років тому +1

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

    • @simons854
      @simons854 6 років тому +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