🔥Spring Security without the WebSecurityConfigurerAdapter | New way of configuration Spring Security
HTML-код
- Опубликовано: 7 ноя 2024
- In this video , i am going to explain what is new way of configuring spring security without WebSecurityConfigurerAdapter .
Spring Security without the WebSecurityConfigurerAdapter
Telegram Link for Doubt: t.me/learncode...
Important Videos:
➡️React JS with Project : • 🔥 🔥 Complete React Js ...
➡️Learn JDBC in one video: • JDBC Crash Course in 1...
➡️Learn Python in One Video: • Learn Python in One Vi...
➡️Learn HTML in one video: • Jquery in one video in...
➡️Learn HTML form in one video: • Jquery in one video in...
➡️Learn JavaScript in one videos: • Learn JavaScript in O...
➡️Learn Form Validation using javascript and jquery: • Form Validation using ...
➡️Learn CSS in one video: • Jquery in one video in...
➡️Jquery in one video: • Jquery in one video in...
Kotlin is one video: • Kotlin | Learn Kotlin ...
➡️Complete Python Project - RUclips downloader in one video: • Jquery in one video in...
Important Playlist:
➡️Spring Boot Tutorial with Project : • Spring Boot Tutorial i...
➡️Spring MVC Tutorial: • Spring MVC Tutorial St...
➡️Complete Spring Framework Tutorial: • Spring Framework Tutor...
➡️Hibernate Tutorials: • Hibernate Tutorial for...
➡️E-Commerce Project using Java: • E-Commerce Project usi...
➡️AWS Free Java Hosting Playlist: • AWS Hosting Tutorial |...
➡️Hibernate Tutorial Playlist: • Hibernate Tutorial for...
➡️Learn Technology in One Vides: • Learn in one video : C...
➡️Programming Tips for Programmers: • Coding Tips and Discus...
➡️Complete Python for Beginners: • Complete Python Tutori...
➡️Important Python Projects: • Python Projects in Hindi
➡️Complete Servlet & JSP : • Servlet and Jsp (Serve...
➡️Complete JDBC ( Java Database Connectivity) : • JDBC(Java Database Con...
➡️Complete Java Project : TechBlog: • Full Java Advance Pro...
➡️Java Swing Projects: • Java Projects for begi...
➡️Java Core Concepts: • Java Core Tutorial
➡️Kya aap Jante hai Series: • kya app jante hai : s...
Important Links:
👉Official Website (Source Code): learncodewithd...
👉Telegram Discussion Group: t.me/learncode...
👉Follow me on Instagram: / durgesh_k_t
👉Follow on Facebook / learncodewithdurgesh
Disclaimer:
All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you.
Thanks bhai it help me to solve problem of another springsecurityproject good job helping lots of people for free god bless u❤️
most wanted topic Thank you... (( Hindi, not everyone can understand, if you upload a video in English everyone can get))
Finally ,I was waiting for this video only. Thank-you Sir
now it's completely removed in latest security version 6 and those annotations have been put to deprecated and marked to remove
Hi sir..I'm following this series from first video finally we finished backend development course, it was amazing experience!
do you know where he taught the cors thing, can you share the video name or video link
Hello Sir, In this approach, are we saving the token in database ? or creating a new one everytime ?
Hello sir could you please make one video on spring security in latest version 3.1.3
Thank you alott sir , it has resolved my issue.
Can it be explained using flow diagram also
Do understand high level flow
Nice explanation
Sir I have doing the same code but after applying all this to my project my html and css get removed from my browser not not showing my sign up fields and all from my home page also
That intellij warning in the beginning is simply asking you to return directly rather than storing it in a variable first and then returning the variable.
Can we have both inmemory and database user for authentication?
Hinser on aws how we check our application logs
I guess this is changed a bit more probabaly. Anyways my main concern is exception thrown related to secuirty is not being globally handled
Sir please one video on Apache Kafka🙏🙏
Sir spring boot me thymeleaf me Ctrl+space press karne se suggestion nhi de raha. Sir please help
At video 33 where we setting up the JWT Authentication
Can anyone Explain me why we not use CustomUserDetailService to load user ? And how it is working with UserDetailService when we are sending email as userId ?
Please anyone can clear my dought.
Sir how to login from root username and password in spring security sign in form without creating user table please make a video🤔
IntelliJ ka theme kounsa hai, bahut hi badiya hai!!!
i think Xcode
I got deprecation errors in security filter chain... How to resolve it in spring boot 3.2.1
watch java techie spring security latest videos
Sir, can you make this projects front end in angular ?
.antMatchers not support get error please help
The method antMatchers(String) is undefined for the type AuthorizeHttpRequestsConfigurer.AuthorizationManagerRequestMatcherRegistry
This methods is changed , new name is requestMatchers("login")
Like this
@@shivamdubey2451hello... I got deprication errors in csrf(),antMatchers(), how to resolve in spring boot 3.2.1
Sir I want my root user for sign in spring security login form. Don't want to create a user table. MySQL already provide a create user option in MySQL db I want those database users to sign in from spring security login form Please make a video
hi Durgesh, source code url is link to website but not git url. even on the website the code link is not there. Can you please share.
Cors wali video ka link koi bhejna
Sir formlogin() me issue aa rha hai
very nice content. Thanks a lot for updated code
bro , what language are you speaking?
Hi sir, ye latest changes spring security k implement krne k baad swagger configuration me kuch changes krna needed h ? I have seen your swagger security video also but ab wha swagger UI se jwt token pass nhi ho rha ..Null ja rha h
Please make a video login with Google account
After adding this getting websecurityconfigureradapter.class cannot be opened because it does not exists anyone please help .......thanks in advance
Thanks Sir
In the Exam portal appication you have user authenticationManagerBean() what is the replacement of it can you show us. i am not able to find any solution for that in web
Hey did you find it's solution
Not working for me :(
Getting error : java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
Also when im printing the value of HttpServletRequest request.getHeader("Authorization") on console it is "null"
i figured out the error its with the java version
If java version is 9 or later then "javax.xml.bind" is not available by default and you need to add this as a command line argument or add its maven dependency in pom :)
I tried you're steps but in my code it run authenticationFilter first and not generate token
same issue from myside, if found please suggest
It would be perfect if you put the git of the code :-)
spring boot 3.0.2 me se completely hata dia hai
Ab zyada java ke videos nhi aa rhe
I got this ERROR sir: Factory method 'springSecurityFilterChain' threw exception; nested exception is java.lang.IllegalStateException: Found WebSecurityConfigurerAdapter as well as SecurityFilterChain. Please select just one.
just remove extends WebSecurityConfigurerAdapter
please provide the git code link
sir hasAuthority and antMatchers nahi mil raha h kya kare
mujhe bhi nahi mil raha bhai aapko kuch pata chala to bata do plz
@@AdityaThakur05 bhai kuch update aaye h woh le lena ho jayenga
@@90sHindiSongs. bhai kiska update springboot ya security dependency ka?
I am getting 401 unauthorized error in the login api, i have given in the antmatchers also , still its showing that, anyone knows the solution ?
same with me. not sure what is the issue. I can see it's been 2 months since your comment. Any luck?
got same error , if found solution please suggest
Same error with me😢
Hi every one pls join telegram community and and screenshot of error
bhot jaldi jaldi bol diya bhai aapne
🙏👍👍
Hi Sir! Very nicely delivered. I am facing a new issue after following and resolving to security filter chain way. The exception is as follows:
Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException:
Caused by: java.lang.IllegalStateException: Found WebSecurityConfigurerAdapter as well as SecurityFilterChain. Please select just one.
did you extend it to WebSecurityConfigurerAdapter ...?
We cant understand Hindi, English videos please we dont understand it.
Code share karo
bhai kya padha raha hai...you are just reading things...no explanation...
Why is the title in english if you're talking in Hindi? Disliked.
I got this error:
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [com.exam.config.MySecurityConfig]: class path resource [org/springframework/web/servlet/config/annotation/WebMvcConfigurerAdapter.class] cannot be opened because it does not exist
Can anyone please help?
Hi ,Did you get the any solution for it . I am also getting same issue .