Great video. I tried this token relay and gateway proxy thing, but the gateway client does not refresh the token. Is there any additional configuration that I missed?
@mohammadtoficmohammad35949 ай бұрын
Thank you very much
@shubitoxX10 ай бұрын
The note popup sound is too loud/uneasy on the ears, maybe because audio quality in this one seems slightly off.
@AhmedMohamed-dj6lg10 ай бұрын
Is Spring Authorization Server support user Registration? if not how can I handle user register as an e-commerce app and wanna user signup before place orders?
@SpringSourceDev10 ай бұрын
stay tuned for the next installment wherein we look at durable implementations of the `UserDetailsService`, `RegisteredClientRepository`, etc., using something like JDBC. You can build a self service signup form on top of that database.
@DanielosCompaneros10 ай бұрын
There's brand new spring cloud gateway mvc but it misses a good hands on tutorial. I really wish to use it instead of reactive one. Do You plan to do such tutorial?
@amitpccsful10 ай бұрын
do you have github repository link for this exercise?
@thetrilbies19 ай бұрын
Is there a video on using grailvm to compile spring config server?
@traxex197510 ай бұрын
How about fixing Spring Boot WebMVC & Spring Boot Security Native executables and images issue in latest SB Security version?
@jeromewacongne73859 ай бұрын
Are you sure about the CSRF protection disabling in an application relying on sessions, like the gateway configured with oauth2Login is in your system? This looks like a big security issue that many watchers of this video will follow...